File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 69
69
run : |
70
70
apt-get update && apt-get install libsndfile1-dev -y
71
71
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
74
72
75
73
- name : Environment
76
74
run : |
@@ -152,8 +150,8 @@ jobs:
152
150
${CONDA_RUN} python -m pip install --upgrade pip
153
151
${CONDA_RUN} python -m pip install -e .[quality,test]
154
152
${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
157
155
158
156
- name : Environment
159
157
shell : arch -arch arm64 bash {0}
You can’t perform that action at this time.
0 commit comments