File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7676 run : |
7777 uv pip install -e ".[quality]"
7878 uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
79- uv pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
79+ uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
8080 - name : Environment
8181 run : |
8282 python utils/print_env.py
@@ -128,7 +128,7 @@ jobs:
128128 uv pip install -e ".[quality]"
129129 uv pip install peft@git+https://github.com/huggingface/peft.git
130130 uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
131- uv pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
131+ uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
132132
133133 - name : Environment
134134 run : |
@@ -180,7 +180,7 @@ jobs:
180180 - name : Install dependencies
181181 run : |
182182 uv pip install -e ".[quality,training]"
183- uv pip uninstall transformers -y && pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
183+ uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
184184 - name : Environment
185185 run : |
186186 python utils/print_env.py
You can’t perform that action at this time.
0 commit comments