We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cecad20 + 4df9d49 commit 6dcc9eaCopy full SHA for 6dcc9ea
.github/workflows/pr_tests.yml
@@ -266,7 +266,7 @@ jobs:
266
# TODO (sayakpaul, DN6): revisit `--no-deps`
267
python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
268
python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
269
- python -m uv pip install -U tokenizers@git+https://github.com/huggingface/tokenizers.git --no-deps
+ python -m uv pip install -U tokenizers
270
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
271
272
- name: Environment
0 commit comments