Skip to content

Commit 2de5d6b

Browse files
committed
[debug] force downgrade torch
1 parent 7ffc7af commit 2de5d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recipe_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: python -m pip install --upgrade pip
4141
- name: Install dependencies
4242
run: |
43-
python -m pip install torch torchvision torchao
43+
python -m pip install torch==2.5.1 torchvision torchao
4444
python -m pip install -e ".[dev]"
4545
python -m pip install lm-eval>=0.4.5
4646
python -m pip list

0 commit comments

Comments
 (0)