What GPU do I need to run LatitudeGames/Wayfarer-12B?
12.2B parameters, published in BF16. View on Hugging Face Full specs & deploy guide
Wayfarer-12B is published by LatitudeGames on Hugging Face, with 102 downloads and 221 likes to date. It's a MistralForCausalLM model built for text-generation, published natively in BF16.
VRAM required & cheapest live GPU fit
Required VRAM = weight size at each precision, plus a fixed overhead for KV-cache, activations, and fragmentation. Full formula and assumptions: methodology.
| Precision | Weight size | Required VRAM | Cheapest live fit | GPUs needed | Est. $/hr (full fit) |
|---|---|---|---|---|---|
| BF16 | 22.8 GB | 27.4 GB | RTX A6000 | 1 | $0.330/hr |
| cheaper alt. | RTX A4000 | 2 | $0.226/hr | ||
| FP8 (quantized) | 11.4 GB | 13.7 GB | RTX 4080 | 1 | $0.158/hr |
| INT4 (quantized) | 5.7 GB | 6.8 GB | RTX 4070 Super | 1 | $0.110/hr |
A GPU is only matched to a row if its hardware supports that precision, and the primary recommendation is always a single-GPU fit when one exists.
INT4 requires a quantized checkpoint actually published for this model, check its Hugging Face page before relying on this row.
Cheapest way to run Wayfarer-12B at its published (BF16) precision: 1× RTX A6000, at $0.330/hr per GPU ($0.330/hr total). Quantizing to FP8 or INT4 (rows above) can cost less, but requires a compatible quantized checkpoint to exist for this model.
Wayfarer-12B: common questions
Does Wayfarer-12B fit on a 32 GB GPU?
Yes. At BF16 it needs 27.4 GB of VRAM, so a 32 GB card holds it with 4.6 GB to spare. A 24 GB card is not enough for it at BF16.
What is the least VRAM Wayfarer-12B can run in?
6.8 GB, at INT4 (quantized), which fits an 8 GB card, against 27.4 GB at BF16. That row assumes an INT4 checkpoint has actually been published for this model, so check its Hugging Face page before planning around it.
Does quantizing Wayfarer-12B lower the GPU bill?
Yes. At BF16 the cheapest live fit is one RTX A6000 at $0.330/hr. At INT4 (quantized) it drops to one RTX 4070 Super at $0.110/hr, provided a quantized checkpoint exists for it.
Weight-to-VRAM math, the fit rules, and how live prices are normalized: full methodology.
More LatitudeGames models
- bert-base-uncased (110M, F32)
- Qwen3-0.6B (752M, BF16)
- gpt2 (137M, F32)
- Qwen3-8B (8.2B, BF16)
- Qwen3.6-35B-A3B-FP8 (36.0B, F8_E4M3)
- Qwen3.5-9B (9.7B, BF16)