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 62
62
run : |
63
63
apt-get update && apt-get install libsndfile1-dev -y
64
64
python -m pip install -e .[quality,test]
65
- python -m pip install -U git+https://github.com/huggingface/transformers
66
- python -m pip install git+https://github.com/huggingface/accelerate
67
65
68
66
- name : Environment
69
67
run : |
@@ -137,8 +135,8 @@ jobs:
137
135
${CONDA_RUN} python -m pip install --upgrade pip
138
136
${CONDA_RUN} python -m pip install -e .[quality,test]
139
137
${CONDA_RUN} python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
140
- ${CONDA_RUN} python -m pip install git+https://github.com/huggingface/ accelerate
141
- ${CONDA_RUN} python -m pip install -U git+https://github.com/huggingface/ transformers
138
+ ${CONDA_RUN} python -m pip install accelerate --upgrade
139
+ ${CONDA_RUN} python -m pip install transformers --upgrade
142
140
143
141
- name : Environment
144
142
shell : arch -arch arm64 bash {0}
You can’t perform that action at this time.
0 commit comments