Run a chatbot on your own PC and you are doing inference. Teach that model to write in your house style by feeding it your own data, and you are fine-tuning. People mix the two up constantly, but they are different jobs with wildly different hardware demands. Fine-tuning versus inference is the line between rewriting a model's brain and simply asking it questions, and almost everyone running AI locally only ever does the second one.
Quick Answer
Inference runs a finished model to generate output, and it is what local AI tools like Ollama or LM Studio do. Fine-tuning retrains a model's weights on new data and needs far more VRAM, time and patience. A 7B model that answers questions happily on a 12GB card can need 24GB or more, plus hours of compute, just to fine-tune.
What Each Process Actually Does
Inference is the model reading your prompt and predicting the next tokens using weights that were locked in long before you downloaded it. Nothing about the model changes; you are reading from it, not writing to it. This is fast, repeatable and light enough that a single consumer GPU handles a 7B or 8B model comfortably.
Fine-tuning is training. You show the model new examples, it compares its guesses to the correct answers, and it nudges its internal weights to do better next time. That backward pass, the bit that calculates how to adjust millions or billions of parameters, is where the heavy compute lives. You are editing the model itself, and that is an order of magnitude more demanding than running it.
A useful way to picture it: inference is asking a chef to cook from a recipe they already know. Fine-tuning is sending that chef back to culinary school to learn a new cuisine. One takes minutes, the other takes the kind of hardware and time most home users never need.
Why the VRAM Gap Is So Large
The reason fine-tuning hammers your GPU is memory. During training the card must hold the model weights, the gradients used to adjust them, and the optimiser state that tracks momentum, often several times the size of the model itself. A 7B model that fits in roughly 8GB for inference can balloon past 24GB for a full fine-tune.
This is why most people who do tune models locally use QLoRA. It quantises the base model to 4-bit and trains only a small set of adapter layers on top, slashing the VRAM bill so a single 24GB card can fine-tune a 7B model. It is a clever shortcut, but it still asks far more of your hardware than inference ever does. Cards with generous VRAM, the kind grouped under Evetech's AI PC range, are built precisely for this heavier workload.
What This Means for Your Hardware Choice
If your goal is running models locally, chatting, summarising, coding help, document Q and A, you are an inference user, and you should buy for inference. Prioritise VRAM capacity to fit the model size you want, then memory bandwidth for speed. A 12GB to 16GB card runs most 7B to 13B models well; 24GB opens up larger models and longer context.
If you genuinely intend to fine-tune, plan for headroom. Aim for 24GB or more, expect long runs, and budget for the power draw of a card under sustained full load. For most people, the honest answer is that a hosted fine-tune in the cloud is cheaper than buying a workstation for a job you will run a handful of times, while inference stays on your own machine. Buyers weighing where to land often start with the most popular system builds and size the GPU from there.
Frequently Asked Questions
Do I need to fine-tune to use AI on my own PC?
No. Running models locally is pure inference, and that is what tools like Ollama and LM Studio do. You can get excellent results from a well-chosen open model without ever touching its weights.
How much more VRAM does fine-tuning need than inference?
Often three times or more. A 7B model might run inference in around 8GB but need 24GB or beyond for a full fine-tune, because training also stores gradients and optimiser state alongside the weights.
What is QLoRA and why do people use it?
QLoRA quantises the base model to 4-bit and trains only small adapter layers, which lets a single 24GB GPU fine-tune a 7B model that would otherwise need far more memory. It is the standard approach for tuning models on consumer hardware.
Is fine-tuning worth doing locally or in the cloud?
For occasional tuning, the cloud is usually cheaper than buying a workstation you will rarely push that hard. For frequent, private or sensitive data work, a local card with 24GB or more makes sense. Inference, by contrast, is almost always worth keeping local.
Want a machine that runs local models smoothly? Browse VRAM-heavy builds in the AI PC range at Evetech and match the card to the model size you have in mind: https://www.evetech.co.za/PC-Components/ai-pcs-445