From 75c1234e91c581d8c154d37f47efdf9a0ee26256 Mon Sep 17 00:00:00 2001 From: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:16:30 +0200 Subject: [PATCH] Update test-pytorch-xla-tpu-tgi.yml --- .github/workflows/test-pytorch-xla-tpu-tgi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi.yml b/.github/workflows/test-pytorch-xla-tpu-tgi.yml index ca8aed91..b7e65621 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi.yml @@ -30,11 +30,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: test - run: sleep 60m + #- name: test + # run: sleep 60m - - 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'" + #- 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'" - name: Build and test TGI server run: |