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
4 changes: 2 additions & 2 deletions ml-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.128.0
transformers==4.57.3
transformers==5.0.0rc3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Here is the suggested fix using the latest stable versions:

Suggested change
transformers==5.0.0rc3
transformers==4.48.2

uvicorn==0.40.0
torch==2.9.1
torch==2.12.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.

Here is the suggested fix using the latest stable versions:

Suggested change
torch==2.12.0
torch==2.6.0

datasets==4.4.2
accelerate==1.10.1
evaluate==0.4.6
Expand Down