File size: 495 Bytes
f1199d3
d2aff2a
 
f1199d3
 
 
 
f4207df
f1199d3
 
 
 
 
 
 
2cf117f
 
5057a68
f1199d3
 
0b96209
2cf117f
 
 
 
f1199d3
 
 
0b96209
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Core dependencies
packaging
ninja
wheel
setuptools

# NumPy version that's compatible with PyTorch and transformers
numpy<2.0

# PyTorch CPU version (will be installed via Dockerfile)
# torch==2.2.2+cpu
# torchvision==0.17.2+cpu
# torchaudio==2.2.2+cpu

# FastAPI and related
fastapi
uvicorn[standard]
python-multipart

# Transformers and ML dependencies
transformers>=4.37.0
datasets
Pillow
accelerate
scipy

# Optional dependencies (install if available)
opencv-python-headless
qwen-vl-utils