mlx-community/Youtu-LLM-2B
121
Youtu-LLM-2B MLX
MLX-optimized version of tencent/Youtu-LLM-2B for Apple Silicon.
Quick Start
pip install mlx-lm
mlx_lm.generate \
--model mlx-community/Youtu-LLM-2B \
--prompt "Hello, what can you do?" \
--max-tokens 100Model Details
- Base Model: tencent/Youtu-LLM-2B
- Parameters: 1.96B
- Context: 128K tokens
- Architecture: Dense MLA (Multi-head Latent Attention)
- Framework: MLX (Apple Silicon optimized)
Performance (M3 Ultra)
Features
- Reasoning Mode: Uses
<think>tags for Chain of Thought - 128K Context: Long document understanding
- Agentic: Strong on SWE-Bench, GAIA benchmarks
Benchmarks (vs Qwen3-4B)
Other Quantizations
- Full precision (4.4GB)
- 4-bit (1.2GB)
Technical Note
Converted using deepseek_v2 architecture mapping (compatible MLA implementation).
