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
6 changes: 3 additions & 3 deletions infra/ai-server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ transformers>=4.48,<5
# Torch wheel selection is deployment-hardware specific; keep within supported major.
torch>=2.5,<3
accelerate>=1.2,<2
fastapi==0.116.1
uvicorn[standard]==0.35.0
fastapi==0.141.1
uvicorn[standard]==0.52.1
pydantic>=2.10,<3
bitsandbytes>=0.45,<1
Pillow==12.3.0
psutil>=6,<8
ultralytics==8.3.203
ultralytics==8.4.116
opencv-python-headless>=4.10,<5
# This is the fully local open-source Whisper runtime, not a public AI API client.
openai-whisper>=20250625
Expand Down
Loading