Skip to content

Commit 3672b7c

Browse files
author
susanbao
committed
fix unit test
1 parent f140a4c commit 3672b7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
pip show jax jaxlib flax transformers datasets tensorflow tensorflow_datasets
5959
- name: PyTest
6060
run: | #--deselect=src/maxdiffusion/tests/input_pipeline_interface_test.py
61+
export LIBTPU_INIT_ARGS='--xla_tpu_scoped_vmem_limit_kib=65536'
6162
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
6263
# add_pull_ready:
6364
# if: github.ref != 'refs/heads/main'

0 commit comments

Comments
 (0)