Skip to content

Commit

Permalink
Revert changes to PyTorch workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
beat-buesser committed Dec 18, 2024
1 parent 005c45b commit 20f8e27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Huggingface 4.30
framework: huggingface
python: '3.10'
torch: 2.5.0
torchvision: 0.20.0
torchaudio: 2.5.0
torch: 2.2.1
torchvision: 0.17.1+cpu
torchaudio: 2.2.1
transformers: 4.30.2

name: ${{ matrix.name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
python: '3.10'
torch: 2.5.0
torchvision: 0.20.0
torchaudio: 2.5.0
torch: 2.2.1
torchvision: 0.17.1+cpu
torchaudio: 2.2.1

name: ${{ matrix.name }}
steps:
Expand Down

0 comments on commit 20f8e27

Please sign in to comment.