From a4151dde56ef82127bfda31615f8f866d4f11867 Mon Sep 17 00:00:00 2001 From: Supadchaya Puangpontip Date: Wed, 4 Oct 2023 16:17:44 -0700 Subject: [PATCH] Release FBGEMM v0.5.0 --- .github/scripts/nova_dir.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/nova_dir.bash b/.github/scripts/nova_dir.bash index e5f039bd8..7972cc28b 100644 --- a/.github/scripts/nova_dir.bash +++ b/.github/scripts/nova_dir.bash @@ -17,6 +17,7 @@ export BUILD_FROM_NOVA=1 export CHANNEL="test" echo "CHANNEL=test" >> "${GITHUB_ENV}" export PIP_INSTALL_TORCH="pip install torch --index-url https://download.pytorch.org/whl/${CU_VERSION}" +echo PYTORCH_S3_BUCKET_PATH="s3://pytorch/whl/${CU_VERSION}/" >> "${GITHUB_ENV}" export PYTORCH_S3_BUCKET_PATH="s3://pytorch/whl/${CU_VERSION}/" ## Overwrite existing ENV VAR in Nova