Skip to content

Commit 47eeeda

Browse files
authored
Add latest dependencies for pytorch 2.0 release (#1357)
1 parent da0e70f commit 47eeeda

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

release/promote.sh

+26-26
Original file line numberDiff line numberDiff line change
@@ -71,31 +71,31 @@ promote_pypi() {
7171
echo
7272
}
7373

74-
# Promote dependencies
75-
promote_s3 "certifi" whl "2022.12.7"
76-
promote_s3 "charset_normalizer" whl "2.1.1"
77-
promote_s3 "cmake" whl "3.25"
78-
promote_s3 "colorama" whl "0.4.6"
79-
promote_s3 "triton" whl "2.0.0"
80-
promote_s3 "pytorch_triton_rocm" whl "2.0.0"
81-
promote_s3 "tqdm" whl "4.64.1"
82-
promote_s3 "Pillow" whl "9.3.0"
74+
# Promote s3 dependencies
75+
# promote_s3 "certifi" whl "2022.12.7"
76+
# promote_s3 "charset_normalizer" whl "2.1.1"
77+
# promote_s3 "cmake" whl "3.25"
78+
# promote_s3 "colorama" whl "0.4.6"
79+
# promote_s3 "triton" whl "2.0.0"
80+
# promote_s3 "pytorch_triton_rocm" whl "2.0.1"
81+
# promote_s3 "tqdm" whl "4.64.1"
82+
# promote_s3 "Pillow" whl "9.3.0"
8383
# for python 3.8-3.11
84-
promote_s3 "numpy" whl "1.24.1"
84+
# promote_s3 "numpy" whl "1.24.1"
8585
# for python 3.7 older pytorch versions
86-
promote_s3 "numpy" whl "1.21.6"
87-
promote_s3 "urllib3" whl "1.26.13"
88-
promote_s3 "lit" whl "15.0.7"
89-
promote_s3 "sympy" whl "1.11.1"
90-
promote_s3 "typing_extensions" whl "4.4.0"
91-
promote_s3 "filelock" whl "3.9.0"
92-
promote_s3 "mpmath" whl "1.2.1"
93-
promote_s3 "MarkupSafe" whl "2.1.2"
94-
promote_s3 "Jinja2" whl "3.1.2"
95-
promote_s3 "idna" whl "3.4"
96-
promote_s3 "networkx" whl "3.0.0"
97-
promote_s3 "packaging" whl "22.0"
98-
promote_s3 "requests" whl "2.28.1"
86+
# promote_s3 "numpy" whl "1.21.6"
87+
# promote_s3 "urllib3" whl "1.26.13"
88+
# promote_s3 "lit" whl "15.0.7"
89+
# promote_s3 "sympy" whl "1.11.1"
90+
# promote_s3 "typing_extensions" whl "4.4.0"
91+
# promote_s3 "filelock" whl "3.9.0"
92+
# promote_s3 "mpmath" whl "1.2.1"
93+
# promote_s3 "MarkupSafe" whl "2.1.2"
94+
# promote_s3 "Jinja2" whl "3.1.2"
95+
# promote_s3 "idna" whl "3.4"
96+
# promote_s3 "networkx" whl "3.0"
97+
# promote_s3 "packaging" whl "22.0"
98+
# promote_s3 "requests" whl "2.28.1"
9999

100100
# promote_s3 torch whl "${PYTORCH_VERSION}"
101101
# promote_s3 torchvision whl "${TORCHVISION_VERSION}"
@@ -104,9 +104,9 @@ promote_s3 "requests" whl "2.28.1"
104104
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
105105
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
106106

107-
promote_conda torchtriton conda "2.0.0"
108-
promote_conda pytorch-cuda conda "11.7"
109-
promote_conda pytorch-cuda conda "11.8"
107+
# promote_conda torchtriton conda "2.0.0"
108+
# promote_conda pytorch-cuda conda "11.7"
109+
# promote_conda pytorch-cuda conda "11.8"
110110

111111
# promote_conda pytorch conda "${PYTORCH_VERSION}"
112112
# promote_conda torchvision conda "${TORCHVISION_VERSION}"

0 commit comments

Comments
 (0)