AI Hashrate

What should I run on this machine tonight?

The best local LLM for every GPU memory bracket.

Choose your VRAM, use case, quantization, and context. We pick the biggest useful model that fits.

    GB
    ·

    Find your memory number

    It takes about ten seconds, and it is the only number this site really needs.

    1. Windows

      Ctrl + Shift + Esc → PerformanceGPU. Read Dedicated GPU memory.

      Ignore Shared GPU memory — that is system RAM the driver may borrow, and models run at a crawl in it.

    2. macOS

      Apple menu → About This MacMemory. Apple silicon shares one pool with the CPU, so that whole number is the budget — leave a few GB for the system.

    3. Linux / NVIDIA

      nvidia-smi --query-gpu=memory.total --format=csv

    4. AMD

      rocm-smi --showmeminfo vram

    Round down, not up. A card advertised as 12 GB hands a runtime a little less than 12.

    Keyboard