|
71 | 71 | - name: Install dependencies |
72 | 72 | run: | |
73 | 73 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
74 | | - python -m uv pip install -e [quality,test] |
75 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
76 | | - python -m uv pip install pytest-reportlog |
| 74 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 75 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 76 | + python -m uv pip install --prerelease=allow pytest-reportlog |
77 | 77 | - name: Environment |
78 | 78 | run: | |
79 | 79 | python utils/print_env.py |
@@ -129,10 +129,10 @@ jobs: |
129 | 129 | - name: Install dependencies |
130 | 130 | run: | |
131 | 131 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
132 | | - python -m uv pip install -e [quality,test] |
133 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
134 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
135 | | - python -m uv pip install pytest-reportlog |
| 132 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 133 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 134 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 135 | + python -m uv pip install --prerelease=allow pytest-reportlog |
136 | 136 | - name: Environment |
137 | 137 | run: python utils/print_env.py |
138 | 138 |
|
@@ -200,9 +200,9 @@ jobs: |
200 | 200 | - name: Install dependencies |
201 | 201 | run: | |
202 | 202 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
203 | | - python -m uv pip install -e [quality,test] |
204 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
205 | | - python -m uv pip install pytest-reportlog |
| 203 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 204 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 205 | + python -m uv pip install --prerelease=allow pytest-reportlog |
206 | 206 |
|
207 | 207 | - name: Environment |
208 | 208 | run: python utils/print_env.py |
@@ -256,9 +256,9 @@ jobs: |
256 | 256 | - name: Install dependencies |
257 | 257 | run: | |
258 | 258 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
259 | | - python -m uv pip install -e [quality,test] |
260 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
261 | | - python -m uv pip install pytest-reportlog |
| 259 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 260 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 261 | + python -m uv pip install --prerelease=allow pytest-reportlog |
262 | 262 | - name: Environment |
263 | 263 | run: python utils/print_env.py |
264 | 264 |
|
@@ -317,10 +317,10 @@ jobs: |
317 | 317 | # shell: arch -arch arm64 bash {0} |
318 | 318 | # run: | |
319 | 319 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
320 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
321 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
322 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
323 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 320 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 321 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 322 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 323 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
324 | 324 | # - name: Environment |
325 | 325 | # shell: arch -arch arm64 bash {0} |
326 | 326 | # run: | |
@@ -373,10 +373,10 @@ jobs: |
373 | 373 | # shell: arch -arch arm64 bash {0} |
374 | 374 | # run: | |
375 | 375 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
376 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
377 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
378 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
379 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 376 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 377 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 378 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 379 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
380 | 380 | # - name: Environment |
381 | 381 | # shell: arch -arch arm64 bash {0} |
382 | 382 | # run: | |
|
0 commit comments