Can DeepSeek V4 Flash run on Mac Studio M3 Ultra 256GB?
YES — With Offload
DeepSeek V4 Flash needs ~188.9 GB VRAM. Mac Studio M3 Ultra 256GB has 184.3 GB. With NVFP4 quantization, expect ~16 tok/s.
Operating mode
Choose the run profile you care about
Interactive favors responsiveness, while light API and scale-out lean harder on serving readiness. The fit stays the same, but the recommendation lens changes.
Current mode
Balanced
Balanced for general local use. Keeps the ranking neutral across personal and serving workflows.
Select quantization to explore
3.6 GB over capacity — needs offload or smaller quantization
Fit status
Runs with offload (needs ~3 GB host RAM)
Decode
17.8 tok/s
TTFT
10863 ms
Safe context
4K
Memory
187.9 GB / 184.3 GB
Memory breakdown
See how fast it feels
What limits this setup
This setup is broadly balanced for this model.
Very little memory headroom
You can run the model, but there is not much room left for longer context, bigger batches, extra apps, or future model updates.
Shared-memory contention still exists
The OS, browser, and inference runtime all compete for the same physical memory pool, so real-world headroom is less forgiving than raw capacity suggests.
Best improvement path
Buy headroom, not only minimum fit
A slightly larger memory tier gives you safer context growth and makes the recommendation more future-proof.
Performance by workload
| Workload | Grade | Fit | Decode | TTFT | Context |
|---|---|---|---|---|---|
| Chat | S | Runs with offload (needs ~2.4 GB host RAM) | 17.9 tok/s | 5887 ms | 4K |
| Coding | S | Runs with offload | 16.1 tok/s | 12050 ms | 4K |
| Agentic Coding | S | Runs with offload (needs ~4.1 GB host RAM) | 17.6 tok/s | 15996 ms | 4K |
| Reasoning | S | Runs with offload (needs ~3 GB host RAM) | 17.8 tok/s | 12838 ms | 4K |
| RAG | S | Runs with offload (needs ~4.1 GB host RAM) | 17.6 tok/s |
Quantization options
How DeepSeek V4 Flash (284B params) fits at each quantization level on Mac Studio M3 Ultra 256GB (184.3 GB usable).
| Quant | Bits | VRAM | Quality | Fit |
|---|---|---|---|---|
Q2_K | 2 | 110.8 GB | Low | S90 |
Q3_K_SBest for your GPU | 3 | 139.2 GB | Low | S90 |
Get started
Copy-paste commands to run DeepSeek V4 Flash on your machine.
Run
docker run --rm -it ghcr.io/ggerganov/llama.cpp:full \
--hf-repo "deepseek-ai/DeepSeek-V4-Flash" \
--hf-file "DeepSeek-V4-Flash-NVFP4.gguf" \
-c 4096 -ngl 99