Skip to content

Commit

Permalink
quick mount test
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Oct 11, 2024
1 parent 1d4cb8d commit 9a58a20
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test-quickie.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Quick test

on:
push:
branches: [ test-quickie ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} -v /mnt/hf_cache:/root/cache/
cancel-in-progress: true

jobs:
do-the-job:
name: Run optimum tpu tests
runs-on:
group: gcp-ct5lp-hightpu-8t
container:
image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:r2.4.0_3.10_tpuvm
options: --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}}
env:
PJRT_DEVICE: TPU
steps:
- name: Build and test optimum tpu
run: |
date >> /root/cache/last_run.txt
echo ""
echo ""
cat /root/cache/last_run.txt

0 comments on commit 9a58a20

Please sign in to comment.