你的私有 AI 部署地图

选对模型,
跑在你已有的硬件上。

选择平台和内存,我们会给出保守的模型适配、合适的推理服务,以及真正可执行的启动命令。

Primary-source linked16 languages证据更新于 2026-08-31
8 GB
24 GB
80GB
ollama runqwen3:8b
LOCAL / 24G
MEMORY MAP01—80 GB
01 / FIT FINDER

你的本地模型边界

内存估算包含权重和基础运行余量,但不承诺速度。

硬件平台
可用内存 / 显存24 GB
43264128 GB
~22.8 GB model budget after reserve
RECOMMENDED ENVELOPE6 models
余量充足 勉强适配
01
Qwen3 30B-A3B勉强适配
30B total~22.5 GBGGUF Q4 MoEOllama
ollama run qwen3:30b-a3b
02
Gemma 3 27B勉强适配
27B total~20.5 GBINT4Ollama
ollama run gemma3:27b
04
gpt-oss-20b余量充足
21B total~16 GBMXFP4Ollama
ollama run gpt-oss:20b
05
Qwen3 14B余量充足
14B total~11.2 GBGGUF Q4Ollama
ollama run qwen3:14b
06
Gemma 3 12B余量充足
12B total~9.4 GBINT4Ollama
ollama run gemma3:12b
02 / EVIDENCE FIRST

这是地图,不是排行榜

我们区分总参数、MoE 激活参数、量化权重、运行时支持和实测速率;没有证据的速度保持未知。

Weight fit ≠ speedTotal ≠ active parametersDocs ≠ benchmark
03 / HARDWARE MAP

从安静的笔记本到 80GB 加速卡

每一类设备都有不同的内存预算、推理路径和诚实上限。

11
全部硬件指南
04 / MODEL FIELD NOTES

代表性开放权重模型

15
全部模型指南
05 / SERVING LAYER

为任务选择推理层

06
06 / METHOD

估算是怎么算的

从官方模型大小和量化格式出发,为系统与运行时留出空间,并把上下文缓存视为额外开销。MoE 按总参数计算,而不是激活参数。

CONSERVATIVE FITweights + runtime + cache
total params×bits / 8+headroom
No universal tokens/s claims.
07 / FAQ

下载 40GB 之前先问清楚

Does a 24 GB GPU run a 30B model?+

Often at Q4/INT4 with a conservative context. Qwen3 30B-A3B and Gemma 3 27B are representative fits, but cache and runtime overhead still matter.

Are active MoE parameters the memory requirement?+

No. Active parameters affect compute per token; total parameters still need to be stored in memory or offloaded.

Which runtime should a beginner choose?+

Ollama for a terminal-first setup or LM Studio for a visual desktop. llama.cpp is the portable fallback; vLLM is for higher-throughput GPU serving.

Do you benchmark speed?+

Not yet. Launch recommendations are transparent memory-fit estimates backed by primary documentation. We do not invent tokens-per-second numbers.