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