File tree Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ These are a collection of scripts that are to be used for release activities.
9
9
10
10
## Requirements to actually run these scripts
11
11
* AWS access to pytorch account (META Employees: ` bunnylol cloud pytorch ` )
12
- * Access to upload conda packages to the [ ` pytorch ` ] ( https://anaconda.org/pytorch ) conda channel
13
12
* Access to the PyPI repositories (like [ torch] ( https://pypi.org/project/torch ) )
14
13
15
14
## Promote pypi to staging
Original file line number Diff line number Diff line change @@ -37,27 +37,6 @@ promote_s3() {
37
37
echo
38
38
}
39
39
40
- promote_conda () {
41
- local package_name
42
- package_name=$1
43
- local package_type
44
- package_type=$2
45
- local promote_version
46
- promote_version=$3
47
- echo " =-=-=-= Promoting ${package_name} 's v${promote_version} ${package_type} packages' =-=-=-="
48
- (
49
- ANACONDA=" echo + anaconda"
50
- if [[ " ${DRY_RUN:- enabled} " = " disabled" ]]; then
51
- ANACONDA=" anaconda"
52
- set -x
53
- else
54
- echo " DRY_RUN enabled not actually doing work"
55
- fi
56
- ${ANACONDA} copy --to-owner ${PYTORCH_CONDA_TO:- pytorch} ${PYTORCH_CONDA_FROM:- pytorch-test} /${package_name} /${promote_version}
57
- )
58
- echo
59
- }
60
-
61
40
promote_pypi () {
62
41
local package_name
63
42
package_name=$1
@@ -106,7 +85,8 @@ promote_pypi() {
106
85
# promote_s3 "pytorch_triton_xpu" whl "${TRITON_VERSION}"
107
86
# promote_s3 torchtext whl "${TORCHTEXT_VERSION}"
108
87
# promote_s3 torchrec whl "${TORCHREC_VERSION}"
109
- # promote_s3 fbgemm-gpu whl "${FBGEMMGPU_VERSION}"
88
+ # promote_s3 fbgemm_gpu whl "${FBGEMMGPU_VERSION}"
89
+ # promote_s3 fbgemm_gpu_genai whl "${FBGEMMGPU_VERSION}"
110
90
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
111
91
# promote_s3 "torch_tensorrt" whl "${TENSORRT_VERSION}"
112
92
# promote_s3 "torchao" whl "${TORCHAO_VERSION}"
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ aws_promote() {
48
48
(
49
49
set -x
50
50
${AWS} s3 cp ${DRY_RUN_FLAG} \
51
- --only-show-errors \
52
51
--acl public-read \
53
52
--recursive \
54
53
--exclude ' *' \
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
12
12
TORCHAO_VERSION=${TORCHAO_VERSION:- 0.9.0}
13
13
TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.11.0}
14
14
TORCHTUNE_VERSION=${TORCHTUNE_VERSION:- 0.2.1}
15
- FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 1.0 .0}
15
+ FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 1.2 .0}
You can’t perform that action at this time.
0 commit comments