File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 - " 3.9"
3434 - " 3.10"
3535 config :
36- - torch_version : " 2.3.1 "
36+ - torch_version : " 2.4.0 "
3737 torch_channel : " pytorch"
3838 cuda_version : " 12.1.0"
3939 cuda_dep_runtime : " >=12.0,<13.0"
4040 cuda_short_version : " 121"
4141
42- - torch_version : " 2.3.1 "
42+ - torch_version : " 2.4.0 "
4343 torch_channel : " pytorch"
4444 cuda_version : " 11.8.0"
4545 cuda_dep_runtime : " >=11.7,<11.9"
Original file line number Diff line number Diff line change 3535 include = []
3636 for os in ['8-core-ubuntu', 'windows-8-core']:
3737 for python in PY_VERSIONS:
38- for torch_version in ['2.3.1 ']:
38+ for torch_version in ['2.4.0 ']:
3939 for cuda_short_version in ["118", "121"]:
4040 include.append(dict(
4141 os=os,
6767 uses : ./.github/workflows/wheels_upload_pip.yml
6868 with :
6969 twine_username : __token__
70- filter : " *torch2.3.1 +cu121*"
70+ filter : " *torch2.4.0 +cu121*"
7171 execute : ${{ github.repository == 'facebookresearch/xformers' && github.event_name != 'pull_request' }}
7272 secrets :
7373 twine_password : ${{ secrets.PYPI_TOKEN }}
7979 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
8080 s3_path : s3://pytorch/whl/cu118/
8181 aws_s3_cp_extra_args : --acl public-read
82- filter : " *torch2.3.1 +cu118*"
82+ filter : " *torch2.4.0 +cu118*"
8383 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
8484
8585 upload_pt_cu121 :
8989 aws_role : " arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
9090 s3_path : s3://pytorch/whl/cu121/
9191 aws_s3_cp_extra_args : --acl public-read
92- filter : " *torch2.3.1 +cu121*"
92+ filter : " *torch2.4.0 +cu121*"
9393 execute : ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}
9494
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Improved
1010### Removed
1111
12+ ## [ 0.0.27.post1] - 2024-07-25
13+ Pre-built binary wheels require PyTorch 2.4.0
14+
1215## [ 0.0.27] - 2024-07-10
1316Pre-built binary wheels require PyTorch 2.3.1
1417### Added
You can’t perform that action at this time.
0 commit comments