diff --git a/release/promote.sh b/release/promote.sh index f6ef71ebd..1147dc0c9 100644 --- a/release/promote.sh +++ b/release/promote.sh @@ -71,31 +71,31 @@ promote_pypi() { echo } -# Promote dependencies -promote_s3 "certifi" whl "2022.12.7" -promote_s3 "charset_normalizer" whl "2.1.1" -promote_s3 "cmake" whl "3.25" -promote_s3 "colorama" whl "0.4.6" -promote_s3 "triton" whl "2.0.0" -promote_s3 "pytorch_triton_rocm" whl "2.0.0" -promote_s3 "tqdm" whl "4.64.1" -promote_s3 "Pillow" whl "9.3.0" +# Promote s3 dependencies +# promote_s3 "certifi" whl "2022.12.7" +# promote_s3 "charset_normalizer" whl "2.1.1" +# promote_s3 "cmake" whl "3.25" +# promote_s3 "colorama" whl "0.4.6" +# promote_s3 "triton" whl "2.0.0" +# promote_s3 "pytorch_triton_rocm" whl "2.0.1" +# promote_s3 "tqdm" whl "4.64.1" +# promote_s3 "Pillow" whl "9.3.0" # for python 3.8-3.11 -promote_s3 "numpy" whl "1.24.1" +# promote_s3 "numpy" whl "1.24.1" # for python 3.7 older pytorch versions -promote_s3 "numpy" whl "1.21.6" -promote_s3 "urllib3" whl "1.26.13" -promote_s3 "lit" whl "15.0.7" -promote_s3 "sympy" whl "1.11.1" -promote_s3 "typing_extensions" whl "4.4.0" -promote_s3 "filelock" whl "3.9.0" -promote_s3 "mpmath" whl "1.2.1" -promote_s3 "MarkupSafe" whl "2.1.2" -promote_s3 "Jinja2" whl "3.1.2" -promote_s3 "idna" whl "3.4" -promote_s3 "networkx" whl "3.0.0" -promote_s3 "packaging" whl "22.0" -promote_s3 "requests" whl "2.28.1" +# promote_s3 "numpy" whl "1.21.6" +# promote_s3 "urllib3" whl "1.26.13" +# promote_s3 "lit" whl "15.0.7" +# promote_s3 "sympy" whl "1.11.1" +# promote_s3 "typing_extensions" whl "4.4.0" +# promote_s3 "filelock" whl "3.9.0" +# promote_s3 "mpmath" whl "1.2.1" +# promote_s3 "MarkupSafe" whl "2.1.2" +# promote_s3 "Jinja2" whl "3.1.2" +# promote_s3 "idna" whl "3.4" +# promote_s3 "networkx" whl "3.0" +# promote_s3 "packaging" whl "22.0" +# promote_s3 "requests" whl "2.28.1" # promote_s3 torch whl "${PYTORCH_VERSION}" # promote_s3 torchvision whl "${TORCHVISION_VERSION}" @@ -104,9 +104,9 @@ 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 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}"