Skip to content

Commit

Permalink
test sdxl
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Mar 5, 2024
1 parent 1690033 commit 9368c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_sdxl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9368c7e

Please sign in to comment.