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 @@ -266,7 +266,7 @@ jobs:
266266 python -m uv pip install -e [quality,test]
267267 # TODO (sayakpaul, DN6): revisit `--no-deps`
268268 python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
269- python -m uv pip install -U transformers@ git+https://github.com/huggingface/transformers.git --no-deps
269+ python -m uv pip install -e git+https://github.com/huggingface/transformers.git#egg=transformers --no-deps
270270 python -m uv pip install -U tokenizers@git+https://github.com/huggingface/tokenizers.git#subdirectory=bindings/python --no-deps
271271 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
272272
You can’t perform that action at this time.
0 commit comments