-
Notifications
You must be signed in to change notification settings - Fork 0
Bump transformers from 4.41.2 to 5.5.0 #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ install_requires= | |
| scikit-learn~=1.1 | ||
|
|
||
| # Models and Metrics Extras | ||
| transformers~=4.40 # For anthropic_client, vision_language.huggingface_vlm_client, huggingface_client, huggingface_tokenizer, test_openai_token_cost_estimator, model_summac (via summarization_metrics) | ||
| transformers~=5.5 # For anthropic_client, vision_language.huggingface_vlm_client, huggingface_client, huggingface_tokenizer, test_openai_token_cost_estimator, model_summac (via summarization_metrics) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Transformers 5 on Python 3.8High Severity
Additional Locations (1)Reviewed by Cursor Bugbot for commit 01d6125. Configure here. |
||
| # TODO: Upgrade torch - we need > 2.0.0 for newer versions of transformers | ||
| torch>=1.13.1,<3.0.0 # For huggingface_client, yalm_tokenizer, model_summac (via summarization_metrics) | ||
| torchvision>=0.14.1,<3.0.0 # For huggingface_client, yalm_tokenizer, model_summac (via summarization_metrics) | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale hub pin breaks install
High Severity
Bumping
transformersto5.5.0whilehuggingface-hubstays at0.23.4conflicts withtransformers5.x needinghuggingface-hub>=1.5.0.install-dev.shinstalls fromrequirements.txtfirst, so dependency resolution orpip checkcan fail and block dev/CI setup.Additional Locations (1)
requirements.txt#L112-L113Reviewed by Cursor Bugbot for commit 01d6125. Configure here.