Skip to content

Commit

Permalink
Github action diffusers test case change
Browse files Browse the repository at this point in the history
  • Loading branch information
shepark committed Oct 19, 2024
1 parent f98688d commit 3104e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/ci/slow_tests_diffusers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash

hl-smi
hl-smi -q

python -m pip install --upgrade pip
export RUN_SLOW=true
make test_installs
CUSTOM_BF16_OPS=1 python -m pytest tests/test_diffusers.py -v -s -k "test_no_throughput_regression_autocast"
CUSTOM_BF16_OPS=1 python -m pytest tests/test_diffusers.py -v -s -k "test_stable_diffusion_default"
make slow_tests_diffusers

0 comments on commit 3104e01

Please sign in to comment.