We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8a9fb commit a4151ddCopy full SHA for a4151dd
.github/scripts/nova_dir.bash
@@ -17,6 +17,7 @@ export BUILD_FROM_NOVA=1
17
export CHANNEL="test"
18
echo "CHANNEL=test" >> "${GITHUB_ENV}"
19
export PIP_INSTALL_TORCH="pip install torch --index-url https://download.pytorch.org/whl/${CU_VERSION}"
20
+echo PYTORCH_S3_BUCKET_PATH="s3://pytorch/whl/${CU_VERSION}/" >> "${GITHUB_ENV}"
21
export PYTORCH_S3_BUCKET_PATH="s3://pytorch/whl/${CU_VERSION}/"
22
23
## Overwrite existing ENV VAR in Nova
0 commit comments