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