Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Dec 4, 2024
1 parent fdefc0b commit 653ddaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/debug-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: gcp-ct5lp-hightpu-8t-usc1-public-211
container:
image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla@sha256:8f1dcd5b03f993e4da5c20d17c77aff6a5f22d5455f8eb042d2e4b16ac460526
options: ${{ vars.V5_LITEPOD_8_ENV }} --shm-size "16gb" --privileged --ipc host --network=host -v /mnt/hf_cache:/mnt/cache/ -e PJRT_DEVICE=TPU
options: ${{ vars.V5_LITEPOD_8_ENV }} --shm-size "16gb" --privileged --ipc host -v /mnt/hf_cache:/mnt/cache/ -e PJRT_DEVICE=TPU
env:
PJRT_DEVICE: TPU
steps:
Expand All @@ -22,7 +22,6 @@ jobs:
--privileged \
--ipc host \
--shm-size=16G \
--network=host \
-v /mnt/hf_cache:/mnt/cache/ \
-e PJRT_DEVICE=TPU \
us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla@sha256:8f1dcd5b03f993e4da5c20d17c77aff6a5f22d5455f8eb042d2e4b16ac460526 \
Expand Down

0 comments on commit 653ddaa

Please sign in to comment.