Skip to content

Commit 412e621

Browse files
committed
just update tokenizers
1 parent 83a616f commit 412e621

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)