VERIFICATIONChecked against current official documentation on 2026.08.04; hardware-specific performance is not generalized.

30-SECOND SUMMARY

What to take away

  • CPU-only tests can begin with a quantized 1B–3B model.
  • Check instruction-set support, storage, cooling, and RAM together.
  • Judge reuse by task completion, not headline speed.
REUSE 01

Test the old laptop first

Measure before replacing it.

  1. 01
    INSPECT

    CPU, RAM, storage

  2. 02
    SMALL

    Choose 1B–3B Q4

  3. 03
    RUN

    Build a CPU baseline

  4. 04
    DECIDE

    Check task success

Use it this way Include heat, noise, and completion time.
SECTION 01

Inventory the machine

Record the OS, exact CPU, RAM, and free storage, then compare them with the runtime requirements. An old CPU can have enough RAM yet lack a required instruction set.

Connect power and clear the vents before sustained inference.

SECTION 02

Create a small baseline

Close memory-heavy apps, use a 1B–3B Q4 model and short context, then repeat the same prompt.

ollama run gemma3:1b
ollama ps
SECTION 03

Choose realistic work

Test short rewriting, classification, and summaries that a person can verify. Long documents and concurrent users may require newer hardware.

SECTION 04

Decide whether to upgrade

Extra RAM or an SSD can help when the CPU remains supported. Replacement is more rational when compatibility, battery, or cooling costs dominate.

FAQ

Frequently asked questions

Is a GPU required?

No. Small models can run on CPU, although slowly.

Can 8GB work?

It may support small, short tests if other applications are closed.

Should I use private files first?

No. Validate stability and the data path with public material first.

Primary sources

Check the original documentation for version-specific details.

llama.cpp repository Ollama hardware support LM Studio requirements

READ NEXT

Local AI for Beginners: Where Should You Start?Install Ollama and Run Your First Local Model