From 9368c7ead1973be20db34ff263fcc8d45affd05d Mon Sep 17 00:00:00 2001 From: saienduri Date: Tue, 5 Mar 2024 02:39:50 -0800 Subject: [PATCH] test sdxl --- .github/workflows/test_sdxl.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_sdxl.yml b/.github/workflows/test_sdxl.yml index 726a1d793..4076edd93 100644 --- a/.github/workflows/test_sdxl.yml +++ b/.github/workflows/test_sdxl.yml @@ -47,7 +47,6 @@ jobs: - name: Run sd/sdxl tests run: | pip install --upgrade --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu - pytest models/turbine_models/tests/sd_test.py pytest models/turbine_models/tests/sdxl_test.py --device cpu --rt_device local-task --iree_target_triple x86_64-linux-gnu pytest models/turbine_models/tests/sdxl_test.py --device vulkan --rt_device vulkan --iree_target_triple rdna3-unknown-linux pytest models/turbine_models/tests/sdxl_test.py --device rocm --rt_device rocm --iree_target_triple gfx90a