Skip to content
Open
Show file tree
Hide file tree
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/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Core API
fastapi==0.136.3
uvicorn[standard]==0.48.0
uvicorn[standard]==0.49.0
pydantic==2.13.4
httpx==0.28.1
python-dotenv==1.2.2
Expand All @@ -16,7 +16,7 @@ scikit-learn>=1.4.0

# DistilBERT transformer stack
# Tier 4 (FP32 CPU) and Tier 1-2 (CUDA/MPS) — comment out if disk space is a constraint
transformers==5.0.0rc3
transformers==5.10.2
sentencepiece==0.2.1
torch==2.12.0

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Core ML/AI Framework
tensorflow>=2.13.0
torch>=2.12.0
transformers>=5.0.0rc3
transformers>=5.10.2
scikit-learn>=1.3.0
numpy>=1.24.0
pandas>=2.0.0
Expand All @@ -24,7 +24,7 @@ plotly>=5.15.0

# Web Framework & API
fastapi>=0.136.3
uvicorn>=0.48.0
uvicorn>=0.49.0
pydantic>=2.13.4
python-multipart>=0.0.6

Expand Down
Loading