Spaces:
Runtime error
Runtime error
| # LinguaCustodia Financial AI API - Scaleway Requirements | |
| # Optimized for Scaleway L40S with full vLLM capabilities | |
| # Core ML libraries | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| accelerate>=0.20.0 | |
| safetensors>=0.3.0 | |
| # vLLM for Scaleway (official version with C compiler support) | |
| vllm>=0.2.0 | |
| # HuggingFace integration | |
| huggingface-hub>=0.16.0 | |
| tokenizers>=0.13.0 | |
| # FastAPI and web server | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| # Configuration and validation | |
| pydantic>=2.0.0 | |
| pydantic-settings>=2.2.0 | |
| python-dotenv>=1.0.0 | |
| # Utilities | |
| numpy>=1.24.0 | |