From b9ba202e42b5f508df7bbd7bff7619c30743528f Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Fri, 17 May 2024 18:17:43 +0000 Subject: [PATCH] fix syntax --- .github/workflows/_build_torch_with_cuda_and_xla.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/_build_torch_with_cuda_and_xla.yml b/.github/workflows/_build_torch_with_cuda_and_xla.yml index 1c037071f1a..ef34f377326 100644 --- a/.github/workflows/_build_torch_with_cuda_and_xla.yml +++ b/.github/workflows/_build_torch_with_cuda_and_xla.yml @@ -55,10 +55,8 @@ jobs: run: | cd pytorch/xla/infra/ansible ansible-playbook playbook.yaml -vvv -e "stage=build arch=amd64 accelerator=cuda cuda_compute_capabilities=5.2,7.5 src_root=${GITHUB_WORKSPACE} build_cpp_tests=0 git_versioned_xla_build=1 cache_suffix=-ci build_pytorch_with_cuda=1" --skip-tags=fetch_srcs,install_deps - - ls /dist/ - name: Upload wheel uses: actions/upload-artifact@v4 with: - name: torch-with-cuda-xla-with-cuda-wheels + name: torch-xla-wheels path: /dist/*.whl