mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Add PyTorch 2.11.0 to Slow Tests CI (#24035)
This commit is contained in:
parent
3206414785
commit
19bbfc4d4f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue