File size: 221 Bytes
6f1db1f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FastAPI and server
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3

# Transformers and ML
transformers==4.36.2
torch==2.1.2
tokenizers==0.15.0

# Additional dependencies
numpy==1.26.3
huggingface-hub==0.20.2