File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6969 run : |
7070 apt-get update && apt-get install libsndfile1-dev -y
7171 python -m pip install -e .[quality,test]
72- python -m pip install -U git+https://github.com/huggingface/transformers
73- python -m pip install git+https://github.com/huggingface/accelerate
7472
7573 - name : Environment
7674 run : |
@@ -152,8 +150,8 @@ jobs:
152150 ${CONDA_RUN} python -m pip install --upgrade pip
153151 ${CONDA_RUN} python -m pip install -e .[quality,test]
154152 ${CONDA_RUN} python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
155- ${CONDA_RUN} python -m pip install git+https://github.com/huggingface/ accelerate
156- ${CONDA_RUN} python -m pip install -U git+https://github.com/huggingface/ transformers
153+ ${CONDA_RUN} python -m pip install accelerate --upgrade
154+ ${CONDA_RUN} python -m pip install transformers --upgrade
157155
158156 - name : Environment
159157 shell : arch -arch arm64 bash {0}
You can’t perform that action at this time.
0 commit comments