What is the GPU Fit Calculater
The GPU Fit Calculator is a free AI infrastructure sizing tool developed by Focus Group Technologies to help organisations estimate whether a particular AI model is likely to fit and run on a selected GPU or system.
It compares model size and architecture with available GPU memory while accounting for model precision and quantisation, including Q4, Q8 and FP16. You can start with a GPU to explore which AI models may fit, or select an AI model to compare potential GPU options.
The calculator is designed as an early-stage sizing guide rather than a replacement for real-world workload testing and benchmarking. Actual AI performance will also depend on factors including memory bandwidth, compute capability, context length, workload characteristics and the wider infrastructure supporting the deployment.
Compare AI Models and GPU Requirements
Select a GPU to explore which AI models may fit, or choose an AI model to compare potential GPU options. Use Q4, Q8 or FP16 precision to see how model quantisation changes memory requirements.
Understanding GPU and AI Model Requirements
GPU sizing for AI workloads depends on more than GPU model alone. Model architecture, parameter count, memory type and quantisation all affect whether an AI workload can fit and how effectively it can run.
Model Precision and Quantisation:
Q4 / Q8 / FP16: These describe how precisely a model’s weights are stored. Q4 (4-bit) uses the least memory and is fastest to load, Q8 (8-bit) uses more memory but retains more precision, while FP16 (16-bit floating point) generally offers the highest fidelity but requires substantially more VRAM.
Dedicated VRAM vs Unified Memory:
Dedicated VRAM is memory physically attached to the GPU and is typically very fast, but limited to the capacity of the GPU. Unified memory is a shared memory pool available to both CPU and GPU, allowing much larger models to fit, although bandwidth and performance characteristics can differ from dedicated GPU memory.
Dense Model:
A dense model activates essentially all of its model parameters for each inference request. This makes memory requirements relatively predictable: a 20B-parameter model broadly needs enough memory to hold the entire 20B model.
Multimodal Model:
A multimodal model can process more than one type of input, typically text plus images, and sometimes audio or video. These models may require additional memory and compute for components such as vision encoders alongside the main language model.
Mixture of Experts (MoE):
An MoE model contains multiple specialised groups of parameters, or “experts”, but activates only a subset for each token. This can reduce the compute required per token, although the full model may still need substantial memory because all or most experts must remain available.
Encoder–Decoder Model:
These models use one component to encode the input and another to generate the output. They are commonly used for tasks such as translation, summarisation and other sequence-to-sequence workloads.
Diffusion Model:
A diffusion model generates content by starting with noise and progressively refining it over multiple processing steps. It is most commonly associated with image generation, and its GPU requirements are influenced heavily by image resolution, model size and the number of generation steps.
GPU Fit Calculator FAQs
Common questions about GPU memory, AI model sizing, quantisation and selecting infrastructure for AI workloads.
Found a GPU fit? Let’s look at the infrastructure behind it.
GPU compatibility is only one part of an AI deployment. Compute architecture, memory, storage, networking, power and the wider infrastructure environment all influence performance, scalability and cost.
If you are planning an AI workload, Focus Group Technologies can help you evaluate the infrastructure, hardware and deployment options around it.