Skip to content

[GitHub Trending] AlexsJones/llmfit

7.2 relevance
Score Breakdown
technical depth
7
novelty
7
actionability
9
community
6
strategic
5
personal
8

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Hardware-aware model selection tool is highly actionable for engineers running local LLMs, directly relevant to AI infrastructure.

AI/ML github.com
Hundreds of models & providers. One command to find what runs on your hardware. - AlexsJones/llmfit
Summary

llmfit is an open-source CLI/TUI tool that auto-detects your CPU, RAM, GPU, and VRAM to recommend which LLMs your hardware can actually run, using quantizations like GGUF, AWQ, GPTQ, and EXL2. It includes a new benchmark feature that measures real tokens-per-second on your machine and lets you submit results as a PR directly from the TUI, replacing estimates with measured data for identical hardware configurations. The tool supports multi-platform (macOS, Linux, Windows), multi-GPU setups, MoE architectures, and integrates with local runtimes like Ollama, llama.cpp, MLX, and LM Studio, plus exposes a REST API for orchestrators.

Author

AlexsJones