Skip to content

Commit

Permalink
Add pytorch conda dependencies (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Mar 13, 2023
1 parent f0c0cfa commit da0e70f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ promote_s3 "requests" whl "2.28.1"
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"

promote_conda torchtriton conda "2.0.0"
promote_conda pytorch-cuda conda "11.7"
promote_conda pytorch-cuda conda "11.8"

# promote_conda pytorch conda "${PYTORCH_VERSION}"
# promote_conda torchvision conda "${TORCHVISION_VERSION}"
# promote_conda torchaudio conda "${TORCHAUDIO_VERSION}"
Expand Down

0 comments on commit da0e70f

Please sign in to comment.