Spaces:
Sleeping
Sleeping
File size: 1,881 Bytes
d3efb55 51b6648 d3efb55 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | # Mimir Educational AI Assistant Dependencies # ============================================================================= # ZeroGPU COMPATIBILITY # ============================================================================= spaces # ============================================================================= # CORE ML/AI PACKAGES # ============================================================================= transformers>=4.43.0 huggingface_hub safetensors accelerate bitsandbytes sentencepiece peft>=0.10.0 # ============================================================================= # LANGCHAIN ECOSYSTEM # ============================================================================= langgraph>=0.2.0 langchain-core>=0.3.0 langchain-community>=0.3.0 langchain-huggingface>=0.1.0 # ============================================================================= # UI FRAMEWORK # ============================================================================= gradio>=5.49.1 # ============================================================================= # DATA & STATE MANAGEMENT # ============================================================================= datasets>=2.14.0 python-dotenv>=1.0.0 # ============================================================================= # VISUALIZATION & TOOLS # ============================================================================= matplotlib>=3.7.0 plotly>=5.15.0 pandas>=2.0.0 numpy>=1.24.0 # ============================================================================= # METRICS & EVALUATION # ============================================================================= lighteval trackio # ============================================================================= # UTILITIES # ============================================================================= tqdm>=4.65.0 tiktoken>=0.5.0 textstat>=0.7.3 |