File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,9 +253,9 @@ jobs:
253253 python -m uv pip install -e [quality,test]
254254 # TODO (sayakpaul, DN6): revisit `--no-deps`
255255 python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
256- 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
257256 python -m uv pip install -U tokenizers
258257 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
258+ 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
259259
260260 - name : Environment
261261 run : |
You can’t perform that action at this time.
0 commit comments