We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c45b commit 20f8e27Copy full SHA for 20f8e27
.github/workflows/ci-huggingface.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Huggingface 4.30
32
framework: huggingface
33
python: '3.10'
34
- torch: 2.5.0
35
- torchvision: 0.20.0
36
- torchaudio: 2.5.0
+ torch: 2.2.1
+ torchvision: 0.17.1+cpu
+ torchaudio: 2.2.1
37
transformers: 4.30.2
38
39
name: ${{ matrix.name }}
.github/workflows/ci-pytorch.yml
@@ -34,12 +34,12 @@ jobs:
torch: 1.13.1+cpu
torchvision: 0.14.1+cpu
torchaudio: 0.13.1
- - name: PyTorch 2.5.0 (Python 3.10)
+ - name: PyTorch 2.2.1 (Python 3.10)
framework: pytorch
40
41
42
43
44
45
steps:
0 commit comments