Check hardware limits
Confirm available RAM, GPU memory, operating system, disk space, and whether your machine can run the model size you want. Hardware limits decide the first model, not marketing claims.
nvidia-smi || echo "No NVIDIA GPU detected"
free -h
df -hTip: If GPU memory is limited, start with a smaller quantized model before trying larger models.

