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