@@ -115,7 +115,7 @@ jobs:
115
115
- name : Install dependencies
116
116
run : |
117
117
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
118
- python -m uv pip install -e [quality,test ]
118
+ python -m uv pip install -e [quality]
119
119
pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
120
120
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
121
121
@@ -196,7 +196,7 @@ jobs:
196
196
- name : Install dependencies
197
197
run : |
198
198
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
199
- python -m uv pip install -e [quality,test ]
199
+ python -m uv pip install -e [quality]
200
200
201
201
- name : Environment
202
202
run : |
@@ -250,10 +250,9 @@ jobs:
250
250
- name : Install dependencies
251
251
run : |
252
252
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
253
- python -m uv pip install -e [quality,test ]
253
+ python -m uv pip install -e [quality]
254
254
# TODO (sayakpaul, DN6): revisit `--no-deps`
255
255
python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
256
- python -m uv pip install -U tokenizers
257
256
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
258
257
pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
259
258
0 commit comments