canirunthismodel

What can a NVIDIA A100 (40GB) run locally?

The NVIDIA A100 (40GB) has 40 GB of VRAM. At 4-bit quantization it can run LLMs up to roughly 54B parameters. Below, every popular model scored against it — verdict, best quantization, and how to run it.

15 run comfortably1 with workarounds0 too big
Check a specific model on your machine

Popular AI models on a A100 (40GB)

ModelSizeVerdictEst. speedBest way to run
SDXL3.5BRunsRun on your GPU with Diffusers / ComfyUI
Qwen2.5-0.5B0.5BRuns~340 tok/sRun on your GPU with FP16
GPT-2124MRuns~450 tok/sRun on your GPU with FP16
Phi-3-mini3.8BRuns~110 tok/sRun on your GPU with FP16
Qwen2.5-Coder7BRuns~67 tok/sRun on your GPU with FP16
Mistral-7B7BRuns~67 tok/sRun on your GPU with FP16
Llama-3.1-8B8BRuns~60 tok/sRun on your GPU with FP16
Gemma-2-9B9BRuns~54 tok/sRun on your GPU with FP16
Qwen2.5-14B14BRuns~36 tok/sRun on your GPU with FP16
DeepSeek-R1-7B7BRuns~67 tok/sRun on your GPU with FP16
Whisper-large-v31.5BRunsRun on CPU or GPU with the standard library
all-MiniLM-L622MRunsRun on CPU or GPU with the standard library
FLUX.1-dev12BRunsRun on your GPU with Diffusers / ComfyUI
Qwen2.5-32B32BRuns~55 tok/sRun on your GPU with Q4
Mixtral-8x7B47BRuns~39 tok/sRun on your GPU with Q4
Llama-3.1-70B70BWorkarounds~4.0 tok/sSplit across GPU + RAM with Q4 (offload)

Est. speed = rough single-stream generation (tokens/sec) at the best-fitting quant, based on the NVIDIA A100 (40GB)'s 1555 GB/s memory bandwidth. Real speed varies with the runtime, context length, and batch size.

NVIDIA A100 (40GB) — frequently asked questions

Can a NVIDIA A100 (40GB) run a 7B LLM?

Yes, comfortably. A 7–8B model at 4-bit needs only ~5 GB, well within the NVIDIA A100 (40GB)'s 40 GB.

How fast will a 7B model run on a NVIDIA A100 (40GB)?

Roughly ~67 tok/s for a 7–8B model at 4-bit, and about ~39 tok/s for a 13B — these are estimates for single-stream generation and vary with the runtime and context length. Speed scales with the NVIDIA A100 (40GB)'s 1555 GB/s of memory bandwidth.

Can a NVIDIA A100 (40GB) run a 13B model?

Yes, comfortably on a 40 GB card. 13B at 4-bit needs ~9 GB.

Can a NVIDIA A100 (40GB) 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 40 GB you'd need GPU+CPU offload or a smaller quant.

What's the largest LLM a NVIDIA A100 (40GB) can run?

Roughly a 54B-parameter model at 4-bit quantization fits in 40 GB of VRAM. Larger models still run via GPU+CPU offload, just slower.

Compare with other GPUs