We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68092a commit 8957324Copy full SHA for 8957324
.github/workflows/push_tests.yml
@@ -165,7 +165,8 @@ jobs:
165
group: gcp-ct5lp-hightpu-8t
166
container:
167
image: diffusers/diffusers-flax-tpu
168
- options: --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}} -v /mnt/hf_cache:/mnt/hf_cache defaults:
+ options: --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}} -v /mnt/hf_cache:/mnt/hf_cache
169
+ defaults:
170
run:
171
shell: bash
172
steps:
0 commit comments