Skip to content

[ci] use tokenizers stable installtion in CI.#13562

Open
sayakpaul wants to merge 1 commit intomainfrom
use-tokenizers-stable
Open

[ci] use tokenizers stable installtion in CI.#13562
sayakpaul wants to merge 1 commit intomainfrom
use-tokenizers-stable

Conversation

@sayakpaul
Copy link
Copy Markdown
Member

@github-actions github-actions Bot added CI size/S PR with diff < 50 LOC labels Apr 25, 2026
Copy link
Copy Markdown
Collaborator

@DN6 DN6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change to nightly and modular tests. LGTM otherwise 👍🏽

Comment on lines 76 to +77
#uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
uv pip uninstall transformers huggingface_hub && uv pip install transformers==4.57.1
uv pip uninstall transformers huggingface_hub && uv pip install transformers==4.57.1
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a common pattern in this file. We should uncomment and use transformers from main I think.

Comment on lines 121 to 122
#uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git
uv pip uninstall transformers huggingface_hub && uv pip install transformers==4.57.1
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncomment and use transformers from main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants