Spaces:
Runtime error
Runtime error
| # LinguaCustodia Financial AI API - HuggingFace Requirements | |
| # Optimized for HuggingFace Spaces with vLLM fork | |
| # Core ML libraries | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| accelerate>=0.20.0 | |
| safetensors>=0.3.0 | |
| # vLLM for HuggingFace (compatible fork - no C compiler needed) | |
| git+https://github.com/philschmid/vllm-huggingface.git | |
| # 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 | |