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.
main
1 parent 5194138 commit 1f85350Copy full SHA for 1f85350
.github/workflows/pr_tests.yml
@@ -121,7 +121,8 @@ jobs:
121
run: |
122
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
123
python -m uv pip install -e [quality,test]
124
- python -m uv pip install accelerate
+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
125
+ pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
126
127
- name: Environment
128
0 commit comments