|
72 | 72 | - name: Install dependencies |
73 | 73 | run: | |
74 | 74 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
75 | | - python -m uv pip install -e [quality,test] |
76 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
77 | | - python -m uv pip install pytest-reportlog |
| 75 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 76 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 77 | + python -m uv pip install --prerelease=allow pytest-reportlog |
78 | 78 | - name: Environment |
79 | 79 | run: | |
80 | 80 | python utils/print_env.py |
@@ -125,10 +125,10 @@ jobs: |
125 | 125 | - name: Install dependencies |
126 | 126 | run: | |
127 | 127 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
128 | | - python -m uv pip install -e [quality,test] |
129 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
130 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
131 | | - python -m uv pip install pytest-reportlog |
| 128 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 129 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 130 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 131 | + python -m uv pip install --prerelease=allow pytest-reportlog |
132 | 132 | - name: Environment |
133 | 133 | run: python utils/print_env.py |
134 | 134 |
|
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | - name: Install dependencies |
193 | 193 | run: | |
194 | 194 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
195 | | - python -m uv pip install -e [quality,test,training] |
| 195 | + python -m uv pip install --prerelease=allow -e [quality,test,training] |
196 | 196 | - name: Environment |
197 | 197 | run: | |
198 | 198 | python utils/print_env.py |
@@ -233,10 +233,10 @@ jobs: |
233 | 233 | - name: Install dependencies |
234 | 234 | run: | |
235 | 235 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
236 | | - python -m uv pip install -e [quality,test] |
237 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
238 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
239 | | - python -m uv pip install pytest-reportlog |
| 236 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 237 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 238 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 239 | + python -m uv pip install --prerelease=allow pytest-reportlog |
240 | 240 | - name: Environment |
241 | 241 | run: | |
242 | 242 | python utils/print_env.py |
@@ -283,9 +283,9 @@ jobs: |
283 | 283 | - name: Install dependencies |
284 | 284 | run: | |
285 | 285 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
286 | | - python -m uv pip install -e [quality,test] |
287 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
288 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 286 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 287 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 288 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
289 | 289 |
|
290 | 290 | - name: Environment |
291 | 291 | run: | |
@@ -341,9 +341,9 @@ jobs: |
341 | 341 | - name: Install dependencies |
342 | 342 | run: | |
343 | 343 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
344 | | - python -m uv pip install -e [quality,test] |
345 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
346 | | - python -m uv pip install pytest-reportlog |
| 344 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 345 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 346 | + python -m uv pip install --prerelease=allow pytest-reportlog |
347 | 347 | - name: Environment |
348 | 348 | run: python utils/print_env.py |
349 | 349 |
|
@@ -404,12 +404,12 @@ jobs: |
404 | 404 | - name: Install dependencies |
405 | 405 | run: | |
406 | 406 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
407 | | - python -m uv pip install -e [quality,test] |
408 | | - python -m uv pip install -U ${{ matrix.config.backend }} |
| 407 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 408 | + python -m uv pip install --prerelease=allow -U ${{ matrix.config.backend }} |
409 | 409 | if [ "${{ join(matrix.config.additional_deps, ' ') }}" != "" ]; then |
410 | | - python -m uv pip install ${{ join(matrix.config.additional_deps, ' ') }} |
| 410 | + python -m uv pip install --prerelease=allow ${{ join(matrix.config.additional_deps, ' ') }} |
411 | 411 | fi |
412 | | - python -m uv pip install pytest-reportlog |
| 412 | + python -m uv pip install --prerelease=allow pytest-reportlog |
413 | 413 | - name: Environment |
414 | 414 | run: | |
415 | 415 | python utils/print_env.py |
@@ -456,9 +456,9 @@ jobs: |
456 | 456 | - name: Install dependencies |
457 | 457 | run: | |
458 | 458 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
459 | | - python -m uv pip install -e [quality,test] |
460 | | - python -m uv pip install -U bitsandbytes optimum_quanto |
461 | | - python -m uv pip install pytest-reportlog |
| 459 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 460 | + python -m uv pip install --prerelease=allow -U bitsandbytes optimum_quanto |
| 461 | + python -m uv pip install --prerelease=allow pytest-reportlog |
462 | 462 | - name: Environment |
463 | 463 | run: | |
464 | 464 | python utils/print_env.py |
@@ -506,9 +506,9 @@ jobs: |
506 | 506 | - name: Install dependencies |
507 | 507 | run: | |
508 | 508 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
509 | | - python -m uv pip install -e [quality,test] |
510 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
511 | | - python -m uv pip install pytest-reportlog |
| 509 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 510 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 511 | + python -m uv pip install --prerelease=allow pytest-reportlog |
512 | 512 |
|
513 | 513 | - name: Environment |
514 | 514 | run: python utils/print_env.py |
@@ -621,10 +621,10 @@ jobs: |
621 | 621 | # shell: arch -arch arm64 bash {0} |
622 | 622 | # run: | |
623 | 623 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
624 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
625 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
626 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
627 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 624 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 625 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 626 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 627 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
628 | 628 | # - name: Environment |
629 | 629 | # shell: arch -arch arm64 bash {0} |
630 | 630 | # run: | |
@@ -677,10 +677,10 @@ jobs: |
677 | 677 | # shell: arch -arch arm64 bash {0} |
678 | 678 | # run: | |
679 | 679 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
680 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
681 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
682 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
683 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 680 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 681 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 682 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 683 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
684 | 684 | # - name: Environment |
685 | 685 | # shell: arch -arch arm64 bash {0} |
686 | 686 | # run: | |
|
0 commit comments