We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81afe73 commit f9b9f72Copy full SHA for f9b9f72
1 file changed
.github/workflows/UnitTests.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: PyTest
60
run: | #--deselect=src/maxdiffusion/tests/input_pipeline_interface_test.py
61
export LIBTPU_INIT_ARGS='--xla_tpu_scoped_vmem_limit_kib=65536'
62
- HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ TOKENIZERS_PARALLELISM=false python3 -m pytest --deselect=src/maxdiffusion/tests/ltx_transformer_step_test.py -x
+ HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ TOKENIZERS_PARALLELISM=false python3 -m pytest --deselect=src/maxdiffusion/tests/ltx_transformer_step_test.py --ignore=src/maxdiffusion/kernels/splash_attention -x
63
# add_pull_ready:
64
# if: github.ref != 'refs/heads/main'
65
# permissions:
0 commit comments