|
71 | 71 | nvidia-smi |
72 | 72 | - name: Install dependencies |
73 | 73 | run: | |
74 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
75 | 74 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
76 | 75 | python -m uv pip install -e [quality,test] |
77 | 76 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -121,7 +120,6 @@ jobs: |
121 | 120 |
|
122 | 121 | - name: Install dependencies |
123 | 122 | run: | |
124 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
125 | 123 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
126 | 124 | python -m uv pip install -e [quality,test] |
127 | 125 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -171,11 +169,10 @@ jobs: |
171 | 169 |
|
172 | 170 | - name: Install dependencies |
173 | 171 | run: | |
174 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
175 | 172 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
176 | 173 | python -m uv pip install -e [quality,test] |
177 | 174 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
178 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
| 175 | + python -m pip install -U peft@git+https://github.com/huggingface/peft.git |
179 | 176 |
|
180 | 177 | - name: Environment |
181 | 178 | run: | |
@@ -222,7 +219,6 @@ jobs: |
222 | 219 |
|
223 | 220 | - name: Install dependencies |
224 | 221 | run: | |
225 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
226 | 222 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
227 | 223 | python -m uv pip install -e [quality,test] |
228 | 224 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
@@ -270,7 +266,6 @@ jobs: |
270 | 266 |
|
271 | 267 | - name: Install dependencies |
272 | 268 | run: | |
273 | | - apt-get update && apt-get install libsndfile1-dev libgl1 -y |
274 | 269 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
275 | 270 | python -m uv pip install -e [quality,test] |
276 | 271 | python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git |
|
0 commit comments