We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f140a4c commit 3672b7cCopy full SHA for 3672b7c
1 file changed
.github/workflows/UnitTests.yml
@@ -58,6 +58,7 @@ jobs:
58
pip show jax jaxlib flax transformers datasets tensorflow tensorflow_datasets
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
63
# add_pull_ready:
64
# if: github.ref != 'refs/heads/main'
0 commit comments