mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-29 19:10:19 +00:00
Test PyTorch 2.5 (#405)
This commit is contained in:
parent
42b703fc0b
commit
c4bac22bff
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user