Browse Source

Test PyTorch 2.5 (#405)

Sebastian Raschka 1 year ago
parent
commit
467197bbf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/basic-tests-old-pytorch.yml

+ 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:
 on:
   push:
   push:
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     strategy:
     strategy:
       matrix:
       matrix:
-        pytorch-version: [ 2.0.1, 2.4.0 ]
+        pytorch-version: [ 2.0.1, 2.5.0 ]
 
 
     steps:
     steps:
     - uses: actions/checkout@v4
     - uses: actions/checkout@v4