Skip to content

Commit

Permalink
v0.6.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
spcyppt committed Jan 29, 2024
1 parent afdba1e commit 7d2ea90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/nova_dir.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export BUILD_FROM_NOVA=1
## Override existing ENV VAR in Nova for Release
export CHANNEL="test"
export PIP_INSTALL_TORCH="pip install torch --index-url https://download.pytorch.org/whl/${CU_VERSION}"
export PYTORCH_S3_BUCKET_PATH="s3://pytorch/whl/test/${CU_VERSION}/"

## Overwrite existing ENV VAR in Nova
if [[ "$CONDA_ENV" != "" ]]; then export CONDA_RUN="conda run --no-capture-output -p ${CONDA_ENV}" && echo "$CONDA_RUN"; fi
Expand Down

0 comments on commit 7d2ea90

Please sign in to comment.