We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbcbca commit 9957c68Copy full SHA for 9957c68
.github/workflows/recipe_test.yaml
@@ -43,6 +43,7 @@ jobs:
43
python -m pip install torch torchvision torchao
44
python -m pip install -e ".[dev]"
45
python -m pip install lm-eval>=0.4.5
46
+ python -m pip list
47
- name: Run recipe tests with coverage
48
run: pytest tests -m integration_test --cov=. --cov-report=xml --durations=20 -vv
49
- name: Upload Coverage to Codecov
0 commit comments