From 02e0071afc62ec6aadd8985af100ed57c1551e2e Mon Sep 17 00:00:00 2001 From: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:40:24 +0200 Subject: [PATCH] Update test-pytorch-xla-tpu-tgi.yml --- .github/workflows/test-pytorch-xla-tpu-tgi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi.yml b/.github/workflows/test-pytorch-xla-tpu-tgi.yml index 5012b712..5bbb1597 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi.yml @@ -31,7 +31,8 @@ jobs: uses: actions/checkout@v4 - name: Checking Pytorch/XLA installation - run: python -c "import torch_xla.core.xla_model as xm; assert xm.xla_device().type == 'xla', 'XLA device not available'" + run: sleep 60m + #run: python -c "import torch_xla.core.xla_model as xm; assert xm.xla_device().type == 'xla', 'XLA device not available'" - name: Build and test TGI server run: |