GPU Model Lab

What runs on the cheap-VRAM cards, how fast, and how to make it faster. Compiled 2026-08-23. MEASURED = our own benchmark runs  COMMUNITY = published community results  ESTIMATE = derived, unverified

NVIDIA CMP 170HX — 64GB HBM2e (unlocked), ~$1,450

A100 silicon, 1.5TB/s bandwidth, compute-nerfed, PCIe x4. CUDA — mainline vLLM works. Requires cmpunlocker on pinned driver 610.43.03.

One card (64GB)

ModelQuant / sizeStackDecode tok/sPrefill tok/sSource
GLM-4.5-Air 106B-A12BAWQ q4 · 59GBvLLM 0.2720.3 single · 150 @ 8 users3,060 (8k in 2.6s)MEASURED ours, 2026-08-21
Qwen3.6-35B MoEq4vLLM1131,700COMMUNITY wiki — the sweet spot
Qwen3.6-27B denseBF16vLLM19.22,231COMMUNITY
Qwen3-32B denseQ4 GGUFllama.cpp33.1361COMMUNITY 40GB-unlock card
Mistral-7BQ4_K_Mllama.cpp33400COMMUNITY stock driver, no unlock
gemma-4-31b (DonorGraph screening)AWQ q4vLLM, full pipeline110–147 screens/hr, flat vs concurrencyMEASURED ours, 2026-08-08

What fits on one 64GB card (q4): GLM-4.5-Air (barely — 8k ctx max), Qwen3-32B / Qwen3.8-27B / gemma-4-31b with big KV headroom, any ≤70B dense, 30–35B MoE with room to spare. Does NOT fit: DeepSeek-V4-Flash (101GB), GLM-4.7 (192GB).

Four cards (256GB, pipeline-parallel)

ModelQuant / sizeStackDecode tok/sPrefill tok/sSource
DeepSeek-V4-Flash 284B-A13Bq4 · 101GBvLLM PP=4985,300COMMUNITY
GLM-4.7 358B-A32BAWQ q4 · 192GBvLLM PP=4~25–40~2,000–3,000ESTIMATE fits; no published run yet
Qwen3-235B-A22Bq4 · ~125GBvLLM PP=4~40–70~3,000–5,000ESTIMATE
GLM-4.5-AirAWQ q4vLLM PP=2–4~20–25/stream, long ctx + many users~3,000+ESTIMATE from 1-card measurement
Reference: GLM-5.2 744B on EIGHT cardsq4 · ~376GBvLLM PP=830.2 @ 131k ctx2,675COMMUNITY zero hard faults

⚠️ Multi-card caveats: use the official cmpunlocker pinned driver (610.43.03) on owned hardware — Vast's rental fleet runs an unofficial driver fork that bricked GPU#2 on 2 of 2 rigs we tested during concurrent weight loading. Big PP configs scale poorly with users (community: 16 users → only 2.25× aggregate). Model loads over x4 links are slow (GLM-5.2 class: 7–10 min).

Speed modifications that work (and ones that don't)

AMD Instinct MI50 — 32GB HBM2, ~$650

Vega 20, 1.0TB/s, real PCIe 4.0 x16, full-strength compute for its age. gfx906 dropped from official ROCm — runs on community forks (vllm-gfx906, gfx906 llama.cpp builds). Passive card, needs shroud.

One card (32GB) — community-measured (kyuz0 toolboxes)

ModelQuantStackDecode / throughput tok/sPrefill tok/sSource
GPT-OSS-20BMXFP4llama.cpp~1231,141COMMUNITY
Nemotron-3-Nano-30B MoEQ4_K_XLllama.cppfast (MoE)737COMMUNITY
Qwen3.6-35B MoEQ4_K_XLllama.cpp816COMMUNITY
gemma-4-26BQ4_K_XLllama.cpp916COMMUNITY
Qwen3.6-27B denseQ4_K_XLllama.cpp~20 class211COMMUNITY
Llama-3.1-8BAWQvllm-gfx906451 (batch)COMMUNITY
Qwen3.6-27BAWQ-INT4vllm-gfx906154 (batch)COMMUNITY
gemma-4-31BAWQ-4bitvllm-gfx90666 (batch)COMMUNITY

Single-stream text generation ranges ~20 tok/s (27B dense) to ~123 tok/s (20B MoE). "Batch" = aggregate throughput under load via the vllm-gfx906 fork.

Four cards (128GB)

ModelFits?ExpectedSource
GLM-4.5-Air (59GB q4)✅ comfortably~20–30/stream — people run GLM-4.6-class MoE on these rigs (dedicated Docker builds exist)ESTIMATE runs confirmed, tok/s unpublished
Llama-70B / Qwen-72B q4~10–15/stream (dense = slow)ESTIMATE
DeepSeek-V4-Flash (101GB)⚠️ barely, no KV roomimpracticalESTIMATE
GLM-4.7 (192GB)❌ does not fit

Speed modifications

AMD Radeon Pro V620 — 32GB GDDR6, ~$450

RDNA2 cloud-gaming card (Azure fleet castoff). 512GB/s, NO matrix/tensor units, headless SR-IOV firmware, gfx1030 second-class in ROCm.

ModelQuantStackDecode tok/sPrefill tok/sSource
Llama-3.2-1BQ4_K_Mllama.cpp1024,608COMMUNITY LocalScore — the ONLY published result
7–13B classq4llama.cpp Vulkan~25–45weak (no matrix cores)ESTIMATE
30B+ classq4fits in VRAM, painful in practiceESTIMATE

Verdict: one published benchmark on a 1B model is the whole public record — that absence is the data. No inference community, no fork ecosystem, no matrix hardware for prefill, cloud-card driver quirks. The cheapest 32GB you can buy and the most expensive tokens you'll ever get. AVOID

Bottom line

170HX ($1,450)MI50 ($650)V620 ($450)
Usable VRAM64GB32GB32GB
Best single-card result113 tok/s (Qwen3.6-35B MoE)123 tok/s (GPT-OSS-20B)102 tok/s (1B model…)
Softwaremainline CUDA vLLM (pinned unlock driver)community forks, ~1yr behindeffectively none
4-card headlineDeepSeek-V4-Flash @ 98 tok/sGLM-4.5-Air (unbenchmarked)
Scales to8 cards → GLM-5.2 744B @ 30 tok/s128GB ceiling for sanity
Verdictthe capacity play — chosenhonorable budget rigavoid

Sources: our benchmark runs (2026-08-08 / 08-21), the cmp170hx community wiki (Operations-LLM-Inference, Procedures), kyuz0/mi50-gfx906-toolboxes, Level1Techs gfx906 fork thread, kostakoff (HF), LocalScore. Estimates are ours and labeled.