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 3c26422 commit 7003ae7Copy full SHA for 7003ae7
.github/workflows/pr_tests_mps.yml
@@ -88,6 +88,7 @@ jobs:
88
run: |
89
${CONDA_RUN} python -m pip install --upgrade pip uv
90
${CONDA_RUN} python -m uv pip install -e ".[quality,test]"
91
+ ${CONDA_RUN} python -m uv pip install hf_transfer
92
${CONDA_RUN} python -m uv pip install torch torchvision torchaudio
93
${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
94
${CONDA_RUN} python -m uv pip install transformers --upgrade
0 commit comments