From da0e70f7edace894754c314d74a2851750b8aef3 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Mon, 13 Mar 2023 16:34:40 -0400 Subject: [PATCH] Add pytorch conda dependencies (#1353) --- release/promote.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/promote.sh b/release/promote.sh index 8605682f9..f6ef71ebd 100644 --- a/release/promote.sh +++ b/release/promote.sh @@ -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}"