Spaces:
Runtime error
Runtime error
| # Resolves HfFolder error and adds Qwen 3.5-VL support | |
| gradio>=4.44.0 | |
| spaces>=0.28.0 | |
| transformers>=4.48.0 | |
| huggingface-hub>=0.25.0 | |
| accelerate>=0.34.0 | |
| bitsandbytes>=0.43.3 | |
| torch>=2.5.0 | |
| qwen-vl-utils # Required for smart_resize and vision padding | |
| # FlashAttention-2 for memory optimization (optional - requires CUDA) | |
| # flash-attn>=2.5.0 # Install manually on GPU-enabled systems | |
| # Image processing | |
| Pillow>=10.0.0 | |
| pdf2image>=1.17.0 | |
| poppler-utils # Required for pdf2image (Linux) | |
| # Database and storage | |
| psycopg[binary]>=3.1.0 | |
| httpx>=0.27.0 | |
| # Utilities | |
| numpy>=1.24.0 | |
| python-dotenv>=1.0.0 | |
| psutil>=5.9.0 # For memory monitoring | |
| # Optional: For better performance | |
| optimum>=1.20.0 | |