@@ -71,31 +71,31 @@ promote_pypi() {
71
71
echo
72
72
}
73
73
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"
83
83
# for python 3.8-3.11
84
- promote_s3 " numpy" whl " 1.24.1"
84
+ # promote_s3 "numpy" whl "1.24.1"
85
85
# 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"
99
99
100
100
# promote_s3 torch whl "${PYTORCH_VERSION}"
101
101
# promote_s3 torchvision whl "${TORCHVISION_VERSION}"
@@ -104,9 +104,9 @@ promote_s3 "requests" whl "2.28.1"
104
104
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
105
105
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
106
106
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"
110
110
111
111
# promote_conda pytorch conda "${PYTORCH_VERSION}"
112
112
# promote_conda torchvision conda "${TORCHVISION_VERSION}"
0 commit comments