Questions before downloading / 下载前常见问题
Can an 8 GB laptop run these models? / 8 GB 笔记本真的能运行吗?
Both projects completed real inference under an 8 GB minimum tested path. Qwen uses a 6.27 GiB IQ1_M GGUF; DeepSeek streams cold experts from the native checkpoint on SSD. More memory can improve quality or caching.
Does the 8 GB path preserve original model precision? / 低内存方案会损失精度吗?
Qwen IQ1_M is a lossy quantization of the original checkpoint, while its runtime speedups add no further approximation for the same GGUF. DeepSeek reads the released native FP8/FP4 checkpoint without weight conversion.
Why does DeepSeek need 172 GB disk but only 8 GB RAM? / 为什么磁盘很大、内存却可以很小?
The complete 284B-A13B checkpoint stays on disk. The engine keeps a bounded RAM cache and streams cold MoE expert weights from SSD only when routing needs them.
Can I run this on Windows? / Windows 可以运行吗?
Yes, through WSL2. Linux and macOS provide the required POSIX interfaces directly.