@@ -133,7 +133,8 @@ jobs:
133133 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
134134 python -m uv pip install -e [quality,test]
135135 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
136- pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
136+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
137+ pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
137138
138139 - name : Environment
139140 run : |
@@ -204,7 +205,8 @@ jobs:
204205 python -m uv pip install -e [quality,test]
205206 python -m uv pip install peft@git+https://github.com/huggingface/peft.git
206207 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
207- pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
208+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
209+ pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
208210
209211 - name : Environment
210212 run : |
@@ -266,7 +268,8 @@ jobs:
266268 - name : Install dependencies
267269 run : |
268270 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
269- pip uninstall transformers -y && python -m uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
271+ pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
272+ pip uninstall huggingface_hub -y && python -m uv pip install --prerelease allow -U huggingface_hub
270273 python -m uv pip install -e [quality,test,training]
271274
272275 - name : Environment
0 commit comments