Unverified Commit 10014258 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[CI] pin transformers version for benchmarking. (#11067)

pin transformers version for benchmarking.
parent 82188cef
...@@ -38,6 +38,7 @@ jobs: ...@@ -38,6 +38,7 @@ jobs:
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test] python -m uv pip install -e [quality,test]
python -m uv pip install pandas peft python -m uv pip install pandas peft
python -m uv pip uninstall transformers && python -m uv pip install transformers==4.48.0
- name: Environment - name: Environment
run: | run: |
python utils/print_env.py python utils/print_env.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment