Skip to content

Update: PyTorch 2.12.0#1143

Merged
BenjaminBossan merged 2 commits into
masterfrom
pytorch-2.12.0
May 19, 2026
Merged

Update: PyTorch 2.12.0#1143
BenjaminBossan merged 2 commits into
masterfrom
pytorch-2.12.0

Conversation

@BenjaminBossan

@BenjaminBossan BenjaminBossan commented May 18, 2026

Copy link
Copy Markdown
Collaborator
  • Add torch 2.12.0 to test matrix and docs
  • Remove torch 2.8.0
  • Remove logic to downgrade triton, as it is only required for torch <= 2.8.0

Was only required for torch < 2.9, which is no longer being tested.

@thomasjpfan thomasjpfan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

python -m pip install '.[test,docs,dev,extended]'
python -m pip install pytest-pretty
python -m pip install torch==${{ matrix.torch_version }} -f https://download.pytorch.org/whl/torch
TORCH_VERSION_MAJOR_MINOR=$(python -c "import torch; v=torch.__version__.split('+')[0]; print('.'.join(v.split('.')[:2]))")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@BenjaminBossan BenjaminBossan merged commit 937f23d into master May 19, 2026
16 checks passed
@BenjaminBossan BenjaminBossan deleted the pytorch-2.12.0 branch May 19, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants