We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4552 commit 42f8cbbCopy full SHA for 42f8cbb
1 file changed
.github/workflows/pr_modular_tests.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Install dependencies
119
run: |
120
- uv pip install -e ".[quality]"
+ uv pip install -e ".[quality,test]"
121
#uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
122
uv pip uninstall transformers huggingface_hub && uv pip install transformers==4.57.1
123
uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
0 commit comments