ollama run qwen3:30b-a3b맞는 모델을,
이미 가진 장비에서.
플랫폼과 메모리를 고르면 보수적인 모델 적합도, 알맞은 추론 서버, 실행 가능한 명령을 제공합니다.
ollama run gemma3:27bollama run <model-tag>ollama run gpt-oss:20bollama run qwen3:14bollama run gemma3:12b순위표가 아닌 지도
총 파라미터, MoE 활성 파라미터, 양자화 용량, 런타임 지원, 실측 성능을 구분합니다.
노트북부터 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와 런타임 여유를 두고, 컨텍스트 캐시는 별도 비용으로 봅니다. 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.