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 d413881 commit a756694Copy full SHA for a756694
.github/workflows/push_tests_mps.yml
@@ -46,7 +46,7 @@ jobs:
46
shell: arch -arch arm64 bash {0}
47
run: |
48
${CONDA_RUN} python -m pip install --upgrade pip uv
49
- ${CONDA_RUN} python -m uv pip install -e [quality,test]
+ ${CONDA_RUN} python -m uv pip install -e ".[quality,test]"
50
${CONDA_RUN} python -m uv pip install torch torchvision torchaudio
51
${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
52
${CONDA_RUN} python -m uv pip install transformers --upgrade
0 commit comments