From eecaf4a798be8050c6d251fa91edd0b750ddcc8e Mon Sep 17 00:00:00 2001 From: joecummings Date: Fri, 5 Apr 2024 17:38:49 -0700 Subject: [PATCH] Try with ref --- .github/workflows/build_linux_wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_linux_wheels.yaml b/.github/workflows/build_linux_wheels.yaml index 60a9542a2d..59acc32b23 100644 --- a/.github/workflows/build_linux_wheels.yaml +++ b/.github/workflows/build_linux_wheels.yaml @@ -31,7 +31,7 @@ jobs: PACKAGE_TYPE: wheel REPOSITORY: pytorch/torchtune PACKAGE_NAME: torchtune - REF: "" + REF: pkg-for-wheel CU_VERSION: ${{ matrix.desired_cuda }} UPLOAD_TO_BASE_BUCKET: ${{ matrix.upload_to_base_bucket }} ARCH: x86_64