4444
4545 include = []
4646 for os in ['8-core-ubuntu', 'windows-8-core']:
47- for torch_version in ['2.4.0 ']:
47+ for torch_version in ['2.4.1 ']:
4848 # CUDA builds
4949 for python, cuda_short_version in PY_CU:
5050 if cuda_short_version != "124" and "windows" in os:
9494 uses : ./.github/workflows/wheels_upload_pip.yml
9595 with :
9696 twine_username : __token__
97- filter : " *torch2.4.0 +cu121*"
97+ filter : " *torch2.4.1 +cu121*"
9898 execute : ${{ github.repository == 'facebookresearch/xformers' && github.event_name != 'pull_request' }}
9999 secrets :
100100 twine_password : ${{ secrets.PYPI_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
107107 s3_path : s3://pytorch/whl/cu118/
108108 aws_s3_cp_extra_args : --acl public-read
109- filter : " *torch2.4.0 +cu118*"
109+ filter : " *torch2.4.1 +cu118*"
110110 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
111111
112112 upload_pt_cu121 :
@@ -116,7 +116,7 @@ jobs:
116116 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
117117 s3_path : s3://pytorch/whl/cu121/
118118 aws_s3_cp_extra_args : --acl public-read
119- filter : " *torch2.4.0 +cu121*"
119+ filter : " *torch2.4.1 +cu121*"
120120 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
121121
122122 # upload_pt_rocm6_0:
@@ -126,7 +126,7 @@ jobs:
126126 # aws_role: "arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
127127 # s3_path: s3://pytorch/whl/rocm6.0/
128128 # aws_s3_cp_extra_args: --acl public-read
129- # filter: "*torch2.4.0 +rocm6.0*"
129+ # filter: "*torch2.4.1 +rocm6.0*"
130130 # execute: ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
131131
132132 upload_pt_rocm6_1 :
@@ -136,6 +136,6 @@ jobs:
136136 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
137137 s3_path : s3://pytorch/whl/rocm6.1/
138138 aws_s3_cp_extra_args : --acl public-read
139- filter : " *torch2.4.0 +rocm6.1*"
139+ filter : " *torch2.4.1 +rocm6.1*"
140140 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
141141
0 commit comments