Skip to content

Commit

Permalink
wip(tpu): training working, tgi not working
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Dec 6, 2024
1 parent 2035eeb commit 374dc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Optimum TPU / Test TGI on TPU / Integration Tests

on:
# push:
push:
pull_request:
branches: [ main ]
paths:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
-e TPU_HOST_BOUNDS \
-e TPU_WORKER_HOSTNAMES \
-e HF_SEQUENCE_LENGTH=1024 \
-v /mnt/hf_cache:/mnt/cache/
-v /mnt/hf_cache:/mnt/cache \
--shm-size 16G \
--privileged \
--ipc host \
Expand Down

0 comments on commit 374dc74

Please sign in to comment.