dragonllm-finance-models / requirements.txt
jeanbaptdzd's picture
feat: Clean deployment to HuggingFace Space with model config test endpoint
8c0b652
raw
history blame contribute delete
792 Bytes
# LinguaCustodia Financial AI API - HuggingFace Requirements
# Default: HuggingFace-compatible with vLLM fork
# Core ML libraries
torch>=2.0.0
transformers>=4.30.0
accelerate>=0.20.0
safetensors>=0.3.0
# vLLM for high-performance inference (official with HF compatibility)
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.0.0
python-dotenv>=1.0.0
# Utilities
numpy>=1.24.0
# Optional: Cloud deployment (install only if needed)
# scaleway>=2.9.0 # For Scaleway deployment
# koyeb>=0.1.0 # For Koyeb deployment (if available)
# Development dependencies (optional)
# pytest>=7.0.0
# black>=23.0.0
# flake8>=6.0.0