|
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 |
|
@@ -435,9 +435,9 @@ jobs: |
435 | 435 | - name: Install dependencies |
436 | 436 | run: | |
437 | 437 | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" |
438 | | - python -m uv pip install -e [quality,test] |
439 | | - python -m uv pip install -U ${{ matrix.config.backend }} |
440 | | - python -m uv pip install pytest-reportlog |
| 438 | + python -m uv pip install --prerelease=allow -e [quality,test] |
| 439 | + python -m uv pip install --prerelease=allow -U ${{ matrix.config.backend }} |
| 440 | + python -m uv pip install --prerelease=allow pytest-reportlog |
441 | 441 | - name: Environment |
442 | 442 | run: | |
443 | 443 | python utils/print_env.py |
@@ -495,10 +495,10 @@ jobs: |
495 | 495 | # shell: arch -arch arm64 bash {0} |
496 | 496 | # run: | |
497 | 497 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
498 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
499 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
500 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
501 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 498 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 499 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 500 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 501 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
502 | 502 | # - name: Environment |
503 | 503 | # shell: arch -arch arm64 bash {0} |
504 | 504 | # run: | |
@@ -551,10 +551,10 @@ jobs: |
551 | 551 | # shell: arch -arch arm64 bash {0} |
552 | 552 | # run: | |
553 | 553 | # ${CONDA_RUN} python -m pip install --upgrade pip uv |
554 | | -# ${CONDA_RUN} python -m uv pip install -e [quality,test] |
555 | | -# ${CONDA_RUN} python -m uv pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
556 | | -# ${CONDA_RUN} python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate |
557 | | -# ${CONDA_RUN} python -m uv pip install pytest-reportlog |
| 554 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow -e [quality,test] |
| 555 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu |
| 556 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow accelerate@git+https://github.com/huggingface/accelerate |
| 557 | +# ${CONDA_RUN} python -m uv pip install --prerelease=allow pytest-reportlog |
558 | 558 | # - name: Environment |
559 | 559 | # shell: arch -arch arm64 bash {0} |
560 | 560 | # run: | |
|
0 commit comments