local-inference / requirements.txt
Diego Adame
Changes again for render part 2
2062bc6
raw
history blame
432 Bytes
# FastAPI and web server
fastapi==0.115.5
uvicorn[standard]==0.32.1
pydantic==2.10.2
# Transformers and ML
transformers==4.46.3
torch==2.5.1
# Tokenizers
sentencepiece==0.2.0
tokenizers==0.20.3
# Additional dependencies for the models
safetensors==0.4.5
huggingface-hub==0.26.2
# For Python multipart support (if needed for file uploads)
python-multipart==0.0.12
# Optional but recommended for better performance
einops==0.8.0