|
@@ -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
|