|
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: | |
@@ -355,12 +355,12 @@ jobs: |
355 | 355 | - name: Install dependencies |
356 | 356 | run: | |
357 | 357 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
358 | | - python -m uv pip install -e [quality,test] |
359 | | - python -m uv pip install -U ${{ matrix.config.backend }} |
| 358 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 359 | + python -m uv pip install --prerelease=allow -U ${{ matrix.config.backend }} |
360 | 360 | if [ "${{ join(matrix.config.additional_deps, ' ') }}" != "" ]; then |
361 | | - python -m uv pip install ${{ join(matrix.config.additional_deps, ' ') }} |
| 361 | + python -m uv pip install --prerelease=allow ${{ join(matrix.config.additional_deps, ' ') }} |
362 | 362 | fi |
363 | | - python -m uv pip install pytest-reportlog |
| 363 | + python -m uv pip install --prerelease=allow pytest-reportlog |
364 | 364 | - name: Environment |
365 | 365 | run: | |
366 | 366 | python utils/print_env.py |
@@ -407,9 +407,9 @@ jobs: |
407 | 407 | - name: Install dependencies |
408 | 408 | run: | |
409 | 409 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
410 | | - python -m uv pip install -e [quality,test] |
411 | | - python -m uv pip install -U bitsandbytes optimum_quanto |
412 | | - python -m uv pip install pytest-reportlog |
| 410 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 411 | + python -m uv pip install --prerelease=allow -U bitsandbytes optimum_quanto |
| 412 | + python -m uv pip install --prerelease=allow pytest-reportlog |
413 | 413 | - name: Environment |
414 | 414 | run: | |
415 | 415 | python utils/print_env.py |
@@ -521,10 +521,10 @@ jobs: |
521 | 521 | # shell: arch -arch arm64 bash {0} |
522 | 522 | # run: | |
523 | 523 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
524 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
525 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
526 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
527 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 524 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 525 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 526 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 527 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
528 | 528 | # - name: Environment |
529 | 529 | # shell: arch -arch arm64 bash {0} |
530 | 530 | # run: | |
@@ -577,10 +577,10 @@ jobs: |
577 | 577 | # shell: arch -arch arm64 bash {0} |
578 | 578 | # run: | |
579 | 579 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
580 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
581 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
582 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
583 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 580 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 581 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 582 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 583 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
584 | 584 | # - name: Environment |
585 | 585 | # shell: arch -arch arm64 bash {0} |
586 | 586 | # run: | |
|
0 commit comments