We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be54a95 commit 5da0e8dCopy full SHA for 5da0e8d
.github/workflows/benchmark.yml
@@ -38,6 +38,7 @@ jobs:
38
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
39
python -m uv pip install -e [quality,test]
40
python -m uv pip install pandas peft
41
+ python -m uv pip uninstall transformers && python -m uv pip install transformers==4.48.0
42
- name: Environment
43
run: |
44
python utils/print_env.py
0 commit comments