Skip to content
Merged
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 @@ -62,7 +62,7 @@ toolz==0.12.0
torch==2.8.0
tqdm==4.65.0
transformers==4.57.1
tokenizers==0.21.1
tokenizers==0.22.1
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better maintainability, it would be helpful to add a comment explaining why this version of tokenizers is required. For example, what issue does it fix compared to 0.21.1? This context is valuable for future dependency updates.

urllib3==1.26.16
uvicorn==0.19.0
uvloop==0.17.0
Expand Down