Spaces:
Running
Running
File size: 453 Bytes
cee4b22 2901363 cee4b22 ac829a5 5873aa2 cee4b22 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Core dependencies fastapi==0.109.2 uvicorn==0.27.1 pydantic==2.6.1 huggingface_hub # For API requests and handling requests==2.31.0 python-multipart==0.0.9 # For model handling torch==2.3.1 transformers==4.43.1 vllm==0.5.3.post1 accelerate==0.27.2 # Optional but recommended for performance python-jose==3.3.0 # for JWT handling if you add auth later gunicorn==21.2.0 # for production deployment python-dotenv==1.0.0 # for environment variables |