@@ -133,7 +133,7 @@ jobs:
133
133
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
134
134
python -m uv pip install -e [quality,test]
135
135
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
136
- pip uninstall transformers -y && python -m uv pip install --allow- prerelease -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
136
+ pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
137
137
138
138
- name : Environment
139
139
run : |
@@ -204,7 +204,7 @@ jobs:
204
204
python -m uv pip install -e [quality,test]
205
205
python -m uv pip install peft@git+https://github.com/huggingface/peft.git
206
206
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
207
- pip uninstall transformers -y && python -m uv pip install --allow- prerelease -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
207
+ pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
208
208
209
209
- name : Environment
210
210
run : |
@@ -266,7 +266,7 @@ jobs:
266
266
- name : Install dependencies
267
267
run : |
268
268
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
269
- pip uninstall transformers -y && python -m uv pip install --allow- prerelease -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
269
+ pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
270
270
python -m uv pip install -e [quality,test,training]
271
271
272
272
- name : Environment
0 commit comments