Skip to content
Open
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
@@ -1,5 +1,5 @@
fastapi==0.128.0
transformers==4.57.3
transformers==5.10.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

To resolve this, you should pin the package to a valid, existing version (such as 4.48.0 or another stable 4.x release).

Suggested change
transformers==5.10.2
transformers==4.48.0

uvicorn==0.40.0
torch==2.9.1
datasets==4.4.2
Expand Down
Loading