Spaces:
Sleeping
Sleeping
| # Core Dependencies (IMPORTANT: transformers>=4.37.0 required for Qwen2.5-Coder) | |
| transformers==4.53.2 | |
| torch==2.6.0 | |
| accelerate==1.8.1 | |
| huggingface-hub==0.33.4 | |
| # LangChain (updated to avoid deprecation warnings) | |
| langchain==0.3.26 | |
| langchain-community==0.3.27 | |
| langchain-core==0.3.69 | |
| langchain-text-splitters==0.3.8 | |
| # Multi-provider LLM support | |
| langchain-openai==0.3.28 | |
| langchain-anthropic==0.3.17 | |
| langchain-google-genai==2.1.8 | |
| # Supabase | |
| supabase==2.16.0 | |
| vecs==0.4.5 | |
| # UI Framework | |
| gradio==5.31.0 | |
| # Utilities | |
| python-dotenv==1.1.1 | |
| numpy==2.0.2 | |
| sentence-transformers==4.1.0 | |
| # Quantization and Performance | |
| bitsandbytes==0.46.1 # For 8-bit quantization | |
| auto-gptq==0.7.1 # For GPTQ quantization | |
| autoawq==0.2.9 # For AWQ quantization | |
| intel_extension_for_pytorch==2.7.0 # Intel optimization for PyTorch |