Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptography

# AI & Machine Learning
torch>=2.0.0
transformers>=4.48.0
transformers>=5.9.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep huggingface-hub constraint consistent with Transformers v5

Raising transformers to >=5.9.0 makes the repo incompatible with the existing maintenance flow in tools/maintenance/fix_vllm.sh (lines 4-5), which force-installs huggingface-hub<1.0; the Transformers v5 migration guide states v5 pins huggingface_hub to >=1.0.0, so running that script after this change can downgrade the environment into an invalid state and break subsequent transformers imports/startup.

Useful? React with 👍 / 👎.

accelerate>=0.20.0
openai
google-generativeai
Expand Down
Loading