What can a AMD RX 7800 XT run locally?
The AMD RX 7800 XT has 16 GB of VRAM. At 4-bit quantization it can run LLMs up to roughly 21B parameters. Below, every popular model scored against it — verdict, best quantization, and how to run it.
Popular AI models on a RX 7800 XT
| Model | Size | Verdict | Est. speed | Best way to run |
|---|---|---|---|---|
| Qwen2.5-0.5B | 0.5B | Runs | ~230 tok/s | Run on your GPU with FP16 |
| GPT-2 | 124M | Runs | ~390 tok/s | Run on your GPU with FP16 |
| Phi-3-mini | 3.8B | Runs | ~52 tok/s | Run on your GPU with FP16 |
| Whisper-large-v3 | 1.5B | Runs | — | Run on CPU or GPU with the standard library |
| all-MiniLM-L6 | 22M | Runs | — | Run on CPU or GPU with the standard library |
| SDXL | 3.5B | Runs | — | Run on your GPU with Diffusers / ComfyUI |
| Qwen2.5-Coder | 7B | Runs | ~55 tok/s | Run on your GPU with Q8 |
| Mistral-7B | 7B | Runs | ~55 tok/s | Run on your GPU with Q8 |
| Llama-3.1-8B | 8B | Runs | ~49 tok/s | Run on your GPU with Q8 |
| Gemma-2-9B | 9B | Runs | ~44 tok/s | Run on your GPU with Q8 |
| Qwen2.5-14B | 14B | Runs | ~51 tok/s | Run on your GPU with Q4 |
| DeepSeek-R1-7B | 7B | Runs | ~55 tok/s | Run on your GPU with Q8 |
| Mixtral-8x7B | 47B | Workarounds | ~2.7 tok/s | Split across GPU + RAM with Q4 (offload) |
| Qwen2.5-32B | 32B | Workarounds | ~2.0 tok/s | Split across GPU + RAM with Q8 (offload) |
| Llama-3.1-70B | 70B | Workarounds | ~2.2 tok/s | Split across GPU + RAM with Q3 (offload) |
| FLUX.1-dev | 12B | Too big | — | Use CPU offload or a cloud GPU |
Est. speed = rough single-stream generation (tokens/sec) at the best-fitting quant, based on the AMD RX 7800 XT's 624 GB/s memory bandwidth. Real speed varies with the runtime, context length, and batch size.
AMD RX 7800 XT — frequently asked questions
Can a AMD RX 7800 XT run a 7B LLM?
Yes, comfortably. A 7–8B model at 4-bit needs only ~5 GB, well within the AMD RX 7800 XT's 16 GB.
How fast will a 7B model run on a AMD RX 7800 XT?
Roughly ~55 tok/s for a 7–8B model at 4-bit, and about ~54 tok/s for a 13B — these are estimates for single-stream generation and vary with the runtime and context length. Speed scales with the AMD RX 7800 XT's 624 GB/s of memory bandwidth.
Can a AMD RX 7800 XT run a 13B model?
Yes, comfortably on a 16 GB card. 13B at 4-bit needs ~9 GB.
Can a AMD RX 7800 XT run a 70B model like Llama 3 70B?
Yes, with quantization or CPU offload. A 70B model needs ~40 GB even at 4-bit; on 16 GB you'd need GPU+CPU offload or a smaller quant.
What's the largest LLM a AMD RX 7800 XT can run?
Roughly a 21B-parameter model at 4-bit quantization fits in 16 GB of VRAM. Larger models still run via GPU+CPU offload, just slower.