File size: 306 Bytes
d95d4a2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# requirements.txt

fastapi
uvicorn[standard]
transformers
sentencepiece

# Install the CPU-only version of PyTorch for smaller size and faster install
# If you have a powerful NVIDIA GPU, you can remove this line and install the CUDA version
torch --index-url https://download.pytorch.org/whl/cpu