Can GPT-OSS 120B run on NVIDIA A800 80GB?
YES — With Offload
GPT-OSS 120B needs ~85.2 GB VRAM. NVIDIA A800 80GB has 80.0 GB. With Q4_K_M 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
5.2 GB over capacity — needs offload or smaller quantization
Fit status
Runs with offload (needs ~4.3 GB host RAM)
Decode
17.7 tok/s
TTFT
10940 ms
Safe context
4K
Memory
85.2 GB / 80.0 GB
Offload
10%
Memory breakdown
See how fast it feels
What limits this setup
It fits through host-memory offload, and offload is the main reason performance drops.
CPU or host-memory offload is active
About 10% of the working set spills out of accelerator memory, which usually hurts latency and sustained decode throughput.
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.
Best improvement path
Remove offload with more accelerator memory
Prioritize a GPU or unified-memory tier that fits the whole model natively. Removing offload usually helps more than small compute gains.
Buy headroom, not only minimum fit
A slightly larger memory tier gives you safer context growth and makes the recommendation more future-proof.
Increase host RAM if you keep offloading
This setup may need roughly {ram} GB of extra host RAM just for the offloaded portion, before OS and other tools.
Performance by workload
| Workload | Grade | Fit | Decode | TTFT | Context |
|---|---|---|---|---|---|
| Chat | S | Runs with offload | 17.1 tok/s | 6185 ms | 4K |
| Coding | A | Runs with offload | 16.3 tok/s | 11898 ms | 4K |
| Agentic Coding | A | Very compromised (needs ~8 GB host RAM) | 16.1 tok/s | 17447 ms | 4K |
| Reasoning | A | Runs with offload | 16.3 tok/s | 14061 ms | 4K |
| RAG | A | Very compromised (needs ~8 GB host RAM) | 16.1 tok/s | 21808 ms |
Quantization options
How GPT-OSS 120B (117B params) fits at each quantization level on NVIDIA A800 80GB (80.0 GB usable).
| Quant | Bits | VRAM | Quality | Fit |
|---|---|---|---|---|
Q2_K | 2 | 45.6 GB | Low | S88 |
Q3_K_SBest for your GPU | 3 | 57.3 GB | Low | S88 |
Get started
Copy-paste commands to run GPT-OSS 120B on your machine.
Run
ollama run gpt-oss:120bYour hardware
