File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 34
34
python : ' 3.10'
35
35
tensorflow : 2.18.1
36
36
keras : 3.10.0
37
- torch : 2.7 .0
38
- torchvision : 0.22.0
39
- torchaudio : 2.7 .0
37
+ torch : 2.8 .0
38
+ torchvision : 0.2230
39
+ torchaudio : 2.8 .0
40
40
scikit-learn : 1.6.1
41
41
42
42
name : Run ${{ matrix.module }} ${{ matrix.name }} Tests
Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - name : PyTorch 2.6.0 (Python 3.10)
32
- framework : pytorch
33
- python : ' 3.10'
34
- torch : 2.6.0
35
- torchvision : 0.21.0
36
- torchaudio : 2.6.0
37
31
- name : PyTorch 2.7.1 (Python 3.10)
38
32
framework : pytorch
39
33
python : ' 3.10'
40
34
torch : 2.7.1
41
35
torchvision : 0.22.1
42
36
torchaudio : 2.7.1
37
+ - name : PyTorch 2.8.0 (Python 3.10)
38
+ framework : pytorch
39
+ python : ' 3.10'
40
+ torch : 2.8.0
41
+ torchvision : 0.23.0
42
+ torchaudio : 2.8.0
43
43
44
44
name : ${{ matrix.name }}
45
45
steps :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ keras==3.10.0
29
29
30
30
# PyTorch
31
31
torch==2.8.0
32
- torchaudio==2.7.1
33
- torchvision==0.22.1
32
+ torchaudio==2.8.0
33
+ torchvision==0.23.0
34
34
35
35
# PyTorch image transformers
36
36
timm==1.0.19
You can’t perform that action at this time.
0 commit comments