|
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 |
|
@@ -200,10 +200,10 @@ jobs: |
200 | 200 | - name: Install dependencies |
201 | 201 | run: | |
202 | 202 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
203 | | - python -m uv pip install -e [quality,test] |
204 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
205 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
206 | | - python -m uv pip install pytest-reportlog |
| 203 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 204 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 205 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 206 | + python -m uv pip install --prerelease=allow pytest-reportlog |
207 | 207 | - name: Environment |
208 | 208 | run: | |
209 | 209 | python utils/print_env.py |
@@ -255,9 +255,9 @@ jobs: |
255 | 255 | - name: Install dependencies |
256 | 256 | run: | |
257 | 257 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
258 | | - python -m uv pip install -e [quality,test] |
259 | | - python -m uv pip install peft@git+https://github.com/huggingface/peft.git |
260 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 258 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 259 | + python -m uv pip install --prerelease=allow peft@git+https://github.com/huggingface/peft.git |
| 260 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
261 | 261 |
|
262 | 262 | - name: Environment |
263 | 263 | run: | |
@@ -314,9 +314,9 @@ jobs: |
314 | 314 | - name: Install dependencies |
315 | 315 | run: | |
316 | 316 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
317 | | - python -m uv pip install -e [quality,test] |
318 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
319 | | - python -m uv pip install pytest-reportlog |
| 317 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 318 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 319 | + python -m uv pip install --prerelease=allow pytest-reportlog |
320 | 320 |
|
321 | 321 | - name: Environment |
322 | 322 | run: python utils/print_env.py |
@@ -370,9 +370,9 @@ jobs: |
370 | 370 | - name: Install dependencies |
371 | 371 | run: | |
372 | 372 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
373 | | - python -m uv pip install -e [quality,test] |
374 | | - pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git |
375 | | - python -m uv pip install pytest-reportlog |
| 373 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 374 | + pip uninstall accelerate -y && python -m uv pip install --prerelease=allow -U accelerate@git+https://github.com/huggingface/accelerate.git |
| 375 | + python -m uv pip install --prerelease=allow pytest-reportlog |
376 | 376 | - name: Environment |
377 | 377 | run: python utils/print_env.py |
378 | 378 |
|
@@ -439,12 +439,12 @@ jobs: |
439 | 439 | - name: Install dependencies |
440 | 440 | run: | |
441 | 441 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
442 | | - python -m uv pip install -e [quality,test] |
443 | | - python -m uv pip install -U ${{ matrix.config.backend }} |
| 442 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 443 | + python -m uv pip install --prerelease=allow -U ${{ matrix.config.backend }} |
444 | 444 | if [ "${{ join(matrix.config.additional_deps, ' ') }}" != "" ]; then |
445 | | - python -m uv pip install ${{ join(matrix.config.additional_deps, ' ') }} |
| 445 | + python -m uv pip install --prerelease=allow ${{ join(matrix.config.additional_deps, ' ') }} |
446 | 446 | fi |
447 | | - python -m uv pip install pytest-reportlog |
| 447 | + python -m uv pip install --prerelease=allow pytest-reportlog |
448 | 448 | - name: Environment |
449 | 449 | run: | |
450 | 450 | python utils/print_env.py |
@@ -502,10 +502,10 @@ jobs: |
502 | 502 | # shell: arch -arch arm64 bash {0} |
503 | 503 | # run: | |
504 | 504 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
505 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
506 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
507 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
508 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 505 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 506 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 507 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 508 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
509 | 509 | # - name: Environment |
510 | 510 | # shell: arch -arch arm64 bash {0} |
511 | 511 | # run: | |
@@ -558,10 +558,10 @@ jobs: |
558 | 558 | # shell: arch -arch arm64 bash {0} |
559 | 559 | # run: | |
560 | 560 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
561 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
562 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
563 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
564 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 561 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 562 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 563 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 564 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
565 | 565 | # - name: Environment |
566 | 566 | # shell: arch -arch arm64 bash {0} |
567 | 567 | # run: | |
|
0 commit comments