We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffc7af commit 2de5d6bCopy full SHA for 2de5d6b
.github/workflows/recipe_test.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: python -m pip install --upgrade pip
41
- name: Install dependencies
42
run: |
43
- python -m pip install torch torchvision torchao
+ python -m pip install torch==2.5.1 torchvision torchao
44
python -m pip install -e ".[dev]"
45
python -m pip install lm-eval>=0.4.5
46
python -m pip list
0 commit comments