File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,11 @@ jobs:
9696 if [ "${{ matrix.lib-versions }}" == "main" ]; then
9797 python -m pip install -U peft@git+https://github.com/huggingface/peft.git --no-deps
9898 python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
99+ python -m uv pip install -U tokenizers@git+https://github.com/huggingface/tokenizers.git --no-deps
99100 pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
100101 else
101102 python -m uv pip install -U peft --no-deps
102- python -m uv pip install -U transformers accelerate --no-deps
103+ python -m uv pip install -U transformers accelerate tokenizers --no-deps
103104 fi
104105
105106 - name : Environment
You can’t perform that action at this time.
0 commit comments