fix: update PyTorch version in workflow matrix

This commit is contained in:
Kohya S
2025-08-24 17:03:18 +09:00
parent f61c442f0b
commit acba279b0b

View File

@@ -23,7 +23,8 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.10"] # Python versions to test
pytorch-version: ["2.4.0"] # PyTorch versions to test
pytorch-version: ["2.6.0"] # PyTorch versions to test
steps:
- uses: actions/checkout@v4
with: