@@ -33,12 +33,12 @@ jobs:
3333 PYTHON_VERSION = "3.9"
3434 # NOTE: Don't forget to update `upload_pt`'s matrix
3535 # when changing the CUDA/ROCM versions below!
36- CU_VERSIONS = ['118 ', '126 ', '128 ']
37- ROCM_VERSIONS = ["6.2.4", "6.3" ]
36+ CU_VERSIONS = ['126 ', '128 ', '129 ']
37+ ROCM_VERSIONS = ['6.3', '6.4' ]
3838
3939 include = []
4040 for os in ['8-core-ubuntu', 'windows-8-core']:
41- for torch_version in ['2.7.1 ']:
41+ for torch_version in ['2.8.0 ']:
4242 # CUDA builds
4343 for cuda_short_version in CU_VERSIONS:
4444 if cuda_short_version < "124" and "windows" in os:
8888 uses : ./.github/workflows/wheels_upload_pip.yml
8989 with :
9090 twine_username : __token__
91- filter : " *torch2.7.1+cu126 *"
91+ filter : " *torch2.8.0+cu128 *"
9292 execute : ${{ github.repository == 'facebookresearch/xformers' && github.event_name != 'pull_request' }}
9393 secrets :
9494 twine_password : ${{ secrets.PYPI_TOKEN }}
@@ -99,15 +99,15 @@ jobs:
9999 fail-fast : false
100100 matrix :
101101 suffix :
102- - cu118
103102 - cu126
104103 - cu128
104+ - cu129
105105 - rocm6.2.4
106106 - rocm6.3
107107 uses : ./.github/workflows/wheels_upload_s3.yml
108108 with :
109109 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
110110 s3_path : s3://pytorch/whl/${{ matrix.suffix }}/
111111 aws_s3_cp_extra_args : --acl public-read
112- filter : " *torch2.7.1 +${{ matrix.suffix }}*"
112+ filter : " *torch2.8.0 +${{ matrix.suffix }}*"
113113 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
0 commit comments