Spaces:
Sleeping
Sleeping
| # FastAPI and web server | |
| fastapi==0.115.5 | |
| uvicorn[standard]==0.32.1 | |
| pydantic==2.10.2 | |
| # Transformers and ML | |
| accelerate>=0.26.0 | |
| # 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 (for file uploads) | |
| python-multipart==0.0.12 | |
| # Image processing | |
| Pillow>=10.0.0 | |
| # Optional but recommended for better performance | |
| einops==0.8.0 | |
| numpy>=1.24.0 | |