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