dragonllm-finance-models / requirements-scaleway.txt
jeanbaptdzd's picture
feat: Clean deployment to HuggingFace Space with model config test endpoint
8c0b652
raw
history blame contribute delete
545 Bytes
# 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