Spaces:
Sleeping
Sleeping
| # Core dependencies | |
| packaging | |
| ninja | |
| wheel | |
| setuptools | |
| # NumPy version that's compatible with PyTorch and transformers | |
| numpy<2.0 | |
| # PyTorch CPU version (will be installed via Dockerfile) | |
| # torch==2.2.2+cpu | |
| # torchvision==0.17.2+cpu | |
| # torchaudio==2.2.2+cpu | |
| # FastAPI and related | |
| fastapi | |
| uvicorn[standard] | |
| python-multipart | |
| # Transformers and ML dependencies | |
| transformers>=4.37.0 | |
| datasets | |
| Pillow | |
| accelerate | |
| scipy | |
| # Optional dependencies (install if available) | |
| opencv-python-headless | |
| qwen-vl-utils |