ollama run qwen3:30b-a3b正しいモデルを、
手元の機材で動かす。
プラットフォームとメモリを選ぶと、保守的な適合判定、推論サーバー、実行できるコマンドが分かります。
ollama run gemma3:27bollama run <model-tag>ollama run gpt-oss:20bollama run qwen3:14bollama run gemma3:12bランキングではなく地図
総パラメータ、MoEの有効パラメータ、量子化サイズ、対応環境、実測性能を分けて扱います。
ノートPCから80GBアクセラレータまで
機材ごとにメモリ予算、推論経路、現実的な上限が異なります。
8 GB CPU laptop
Small text models with short context. Expect patient, private inference rather than speed.
ガイドを開く16 GB CPU desktop
Comfortable with 3B–8B Q4 models; 12B is possible only with reduced context and patience.
ガイドを開くApple silicon · 16 GB
A polished 4B–8B local experience when the OS and apps have enough headroom.
ガイドを開くNVIDIA · 8 GB
The mainstream 4B–8B tier. Some 12B INT4 builds fit tightly with modest context.
ガイドを開くNVIDIA · 12 GB
Strong 8B–14B Q4 territory for a single user.
ガイドを開くNVIDIA · 16 GB
14B models are comfortable; 20B-class low-bit MoE models are a tight upper edge.
ガイドを開く代表的なオープンウェイトモデル
目的に合う推論レイヤー
Ollama
One-command local chat and app integration
ガイドを開くllama.cpp
GGUF models, CPU/GPU offload, embedded and unusual hardware
ガイドを開くLM Studio
Discovering, downloading and testing models without a terminal
ガイドを開くMLX LM
Native Apple silicon inference, experimentation and fine-tuning
ガイドを開くvLLM
Linux GPU servers, concurrency and OpenAI-compatible production APIs
ガイドを開くTensorRT-LLM
Maximum NVIDIA throughput after engine tuning
ガイドを開く推定方法
公式サイズと量子化を基にOSと実行環境の余裕を確保し、KVキャッシュは追加負荷として扱います。MoEは総パラメータで判定します。
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.