|
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 |
|
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | - name: Install dependencies |
203 | 203 | run: | |
204 | 204 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
205 | | - python -m uv pip install -e [quality,test,training] |
| 205 | + python -m uv pip install --prerelease=allow -e [quality,test,training] |
206 | 206 | - name: Environment |
207 | 207 | run: | |
208 | 208 | python utils/print_env.py |
@@ -249,10 +249,10 @@ jobs: |
249 | 249 | - name: Install dependencies |
250 | 250 | run: | |
251 | 251 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
252 | | - python -m uv pip install -e [quality,test] |
253 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
254 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
255 | | - python -m uv pip install pytest-reportlog |
| 252 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 253 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 254 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 255 | + python -m uv pip install --prerelease=allow pytest-reportlog |
256 | 256 | - name: Environment |
257 | 257 | run: | |
258 | 258 | python utils/print_env.py |
@@ -304,9 +304,9 @@ jobs: |
304 | 304 | - name: Install dependencies |
305 | 305 | run: | |
306 | 306 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
307 | | - python -m uv pip install -e [quality,test] |
308 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
309 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 307 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 308 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 309 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
310 | 310 |
|
311 | 311 | - name: Environment |
312 | 312 | run: | |
@@ -363,9 +363,9 @@ jobs: |
363 | 363 | - name: Install dependencies |
364 | 364 | run: | |
365 | 365 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
366 | | - python -m uv pip install -e [quality,test] |
367 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
368 | | - python -m uv pip install pytest-reportlog |
| 366 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 367 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 368 | + python -m uv pip install --prerelease=allow pytest-reportlog |
369 | 369 |
|
370 | 370 | - name: Environment |
371 | 371 | run: python utils/print_env.py |
@@ -419,9 +419,9 @@ jobs: |
419 | 419 | - name: Install dependencies |
420 | 420 | run: | |
421 | 421 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
422 | | - python -m uv pip install -e [quality,test] |
423 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
424 | | - python -m uv pip install pytest-reportlog |
| 422 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 423 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 424 | + python -m uv pip install --prerelease=allow pytest-reportlog |
425 | 425 | - name: Environment |
426 | 426 | run: python utils/print_env.py |
427 | 427 |
|
@@ -488,12 +488,12 @@ jobs: |
488 | 488 | - name: Install dependencies |
489 | 489 | run: | |
490 | 490 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
491 | | - python -m uv pip install -e [quality,test] |
492 | | - python -m uv pip install -U ${{ matrix.config.backend }} |
| 491 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 492 | + python -m uv pip install --prerelease=allow -U ${{ matrix.config.backend }} |
493 | 493 | if [ "${{ join(matrix.config.additional_deps, ' ') }}" != "" ]; then |
494 | | - python -m uv pip install ${{ join(matrix.config.additional_deps, ' ') }} |
| 494 | + python -m uv pip install --prerelease=allow ${{ join(matrix.config.additional_deps, ' ') }} |
495 | 495 | fi |
496 | | - python -m uv pip install pytest-reportlog |
| 496 | + python -m uv pip install --prerelease=allow pytest-reportlog |
497 | 497 | - name: Environment |
498 | 498 | run: | |
499 | 499 | python utils/print_env.py |
@@ -551,10 +551,10 @@ jobs: |
551 | 551 | # shell: arch -arch arm64 bash {0} |
552 | 552 | # run: | |
553 | 553 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
554 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
555 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
556 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
557 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 554 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 555 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 556 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 557 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
558 | 558 | # - name: Environment |
559 | 559 | # shell: arch -arch arm64 bash {0} |
560 | 560 | # run: | |
@@ -607,10 +607,10 @@ jobs: |
607 | 607 | # shell: arch -arch arm64 bash {0} |
608 | 608 | # run: | |
609 | 609 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
610 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
611 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
612 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
613 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 610 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 611 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 612 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 613 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
614 | 614 | # - name: Environment |
615 | 615 | # shell: arch -arch arm64 bash {0} |
616 | 616 | # run: | |
|
0 commit comments