File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,13 @@ jobs:
238238
239239 run_flax_tpu_tests :
240240 name : Nightly Flax TPU Tests
241- runs-on : docker-tpu
241+ runs-on :
242+ group : gcp-ct5lp-hightpu-8t
242243 if : github.event_name == 'schedule'
243244
244245 container :
245246 image : diffusers/diffusers-flax-tpu
246- options : --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --privileged
247+ options : --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}} - v /mnt/hf_cache:/mnt/hf_cache
247248 defaults :
248249 run :
249250 shell : bash
@@ -519,4 +520,4 @@ jobs:
519520# if: always()
520521# run: |
521522# pip install slack_sdk tabulate
522- # python utils/log_reports.py >> $GITHUB_STEP_SUMMARY
523+ # python utils/log_reports.py >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ jobs:
161161
162162 flax_tpu_tests :
163163 name : Flax TPU Tests
164- runs-on : docker-tpu
164+ runs-on :
165+ group : gcp-ct5lp-hightpu-8t
165166 container :
166167 image : diffusers/diffusers-flax-tpu
167- options : --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ --privileged
168- defaults :
168+ options : --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}} -v /mnt/hf_cache:/mnt/hf_cache defaults:
169169 run :
170170 shell : bash
171171 steps :
You can’t perform that action at this time.
0 commit comments