Skip to content

Commit

Permalink
Build for PyTorch 2.2.2
Browse files Browse the repository at this point in the history
ghstack-source-id: 3bb4791225e0e0fc4b681a9963ac1e0249c8997f
Pull Request resolved: fairinternal/xformers#1071

__original_commit__ = fairinternal/xformers@47ef04b
  • Loading branch information
danthe3rd authored and xFormers Bot committed Mar 28, 2024
1 parent ac2c656 commit 792447f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- "3.9"
- "3.10"
config:
- torch_version: "2.2.1"
- torch_version: "2.2.2"
torch_channel: "pytorch"
cuda_version: "12.1.0"
cuda_dep_runtime: ">=12.0,<13.0"
cuda_short_version: "121"

- torch_version: "2.2.1"
- torch_version: "2.2.2"
torch_channel: "pytorch"
cuda_version: "11.8.0"
cuda_dep_runtime: ">=11.7,<11.9"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- "3.10"
- "3.11"
torch_version:
- "2.2.1"
- "2.2.2"
cuda_short_version:
- "118"
- "121"
Expand All @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/wheels_upload_pip.yml
with:
twine_username: __token__
filter: "*torch2.2.1+cu121*"
filter: "*torch2.2.2+cu121*"
execute: ${{ github.repository == 'facebookresearch/xformers' && github.event_name != 'pull_request' }}
secrets:
twine_password: ${{ secrets.PYPI_TOKEN }}
Expand All @@ -57,7 +57,7 @@ jobs:
aws_role: "arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
s3_path: s3://pytorch/whl/cu118/
aws_s3_cp_extra_args: --acl public-read
filter: "*torch2.2.1+cu118*"
filter: "*torch2.2.2+cu118*"
execute: ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}

upload_pt_cu121:
Expand All @@ -67,6 +67,6 @@ jobs:
aws_role: "arn:aws:iam::749337293305:role/pytorch_bot_uploader_role"
s3_path: s3://pytorch/whl/cu121/
aws_s3_cp_extra_args: --acl public-read
filter: "*torch2.2.1+cu121*"
filter: "*torch2.2.2+cu121*"
execute: ${{ github.repository == 'facebookresearch/xformers' && github.ref_type == 'tag' }}

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Improved
### Removed

## [0.0.25.post1] - 2024-03-29
Pre-built binary wheels require PyTorch 2.2.2

## [0.0.25] - 2024-03-14
Pre-built binary wheels require PyTorch 2.2.1
### Added
Expand Down

0 comments on commit 792447f

Please sign in to comment.