Add PyTorch 2.11.0 to Slow Tests CI (#24035)

This commit is contained in:
Lakshantha Dissanayake 2026-03-27 02:34:15 -07:00 committed by GitHub
parent 3206414785
commit 19bbfc4d4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,6 +243,10 @@ jobs:
python: "3.12"
torch: "2.10.0"
torchvision: "0.25.0"
- os: ubuntu-latest
python: "3.12"
torch: "2.11.0"
torchvision: "0.26.0"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6