Test PyTorch 2.5 (#405)

This commit is contained in:
Sebastian Raschka
2024-10-20 10:23:31 -05:00
committed by GitHub
parent 1f61aeb7c4
commit 467197bbf5

View File

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