File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -261,13 +261,12 @@ jobs:
261261
262262 - name : Install dependencies
263263 run : |
264- curl https://sh.rustup.rs -sSf | sh -s -- -y && export PATH="$HOME/.cargo/bin:$PATH"
265264 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
266265 python -m uv pip install -e [quality,test]
267266 # TODO (sayakpaul, DN6): revisit `--no-deps`
268267 python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
269- pip install -e git+https://github.com/huggingface/transformers.git#egg=transformers --no-deps
270- python -m uv pip install -U tokenizers@git+https://github.com/huggingface/tokenizers.git#subdirectory=bindings/python --no-deps
268+ python -m uv pip install -U transformers@ git+https://github.com/huggingface/transformers.git --no-deps
269+ python -m uv pip install -U tokenizers
271270 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
272271
273272 - name : Environment
You can’t perform that action at this time.
0 commit comments