|
73 | 73 | run: | |
74 | 74 | uv pip install -e ".[quality]" |
75 | 75 | uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 76 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
76 | 77 | uv pip install pytest-reportlog |
77 | 78 | - name: Environment |
78 | 79 | run: | |
@@ -126,6 +127,7 @@ jobs: |
126 | 127 | uv pip install -e ".[quality]" |
127 | 128 | uv pip install peft@git+https://github.com/huggingface/peft.git |
128 | 129 | uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 130 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
129 | 131 | uv pip install pytest-reportlog |
130 | 132 | - name: Environment |
131 | 133 | run: python utils/print_env.py |
@@ -190,6 +192,7 @@ jobs: |
190 | 192 | - name: Install dependencies |
191 | 193 | run: | |
192 | 194 | uv pip install -e ".[quality,training]" |
| 195 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
193 | 196 | - name: Environment |
194 | 197 | run: | |
195 | 198 | python utils/print_env.py |
@@ -232,6 +235,7 @@ jobs: |
232 | 235 | uv pip install -e ".[quality]" |
233 | 236 | uv pip install peft@git+https://github.com/huggingface/peft.git |
234 | 237 | uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 238 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
235 | 239 | uv pip install pytest-reportlog |
236 | 240 | - name: Environment |
237 | 241 | run: | |
@@ -281,6 +285,7 @@ jobs: |
281 | 285 | uv pip install -e ".[quality]" |
282 | 286 | uv pip install peft@git+https://github.com/huggingface/peft.git |
283 | 287 | uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 288 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
284 | 289 |
|
285 | 290 | - name: Environment |
286 | 291 | run: | |
@@ -358,6 +363,7 @@ jobs: |
358 | 363 | uv pip install ${{ join(matrix.config.additional_deps, ' ') }} |
359 | 364 | fi |
360 | 365 | uv pip install pytest-reportlog |
| 366 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
361 | 367 | - name: Environment |
362 | 368 | run: | |
363 | 369 | python utils/print_env.py |
@@ -405,6 +411,7 @@ jobs: |
405 | 411 | run: | |
406 | 412 | uv pip install -e ".[quality]" |
407 | 413 | uv pip install -U bitsandbytes optimum_quanto |
| 414 | + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git |
408 | 415 | uv pip install pytest-reportlog |
409 | 416 | - name: Environment |
410 | 417 | run: | |
|
0 commit comments