Sebastian Raschka 1 жил өмнө
parent
commit
467197bbf5

+ 2 - 2
.github/workflows/basic-tests-old-pytorch.yml

@@ -1,4 +1,4 @@
-name: Test PyTorch 2.0 and 2.4
+name: Test PyTorch 2.0 and 2.5
 
 on:
   push:
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        pytorch-version: [ 2.0.1, 2.4.0 ]
+        pytorch-version: [ 2.0.1, 2.5.0 ]
 
     steps:
     - uses: actions/checkout@v4