#10 · Primary category: Inference & Local Deploy
llmfit
Hundreds of models & providers. One command to find what runs on your hardware.
Project last updated:08/28/26
GitHub Stars
34.5K
Forks
2.2K
Contributors
114
License
MIT
Why we included this project
Picking a model for local inference is usually the slow part: you know your machine's specs, but not which of the hundreds of available models will actually run well on them. llmfit reads your RAM, CPU, and GPU, then scores a large catalog of models on memory fit, estimated speed, quality, and context, so you can check before you download. It comes as an interactive TUI or a scriptable CLI, supports multi-GPU setups, MoE architectures, and dynamic quantization, and works with the common local runtimes: Ollama, llama.cpp, MLX, and LM Studio. Speed estimates rest on a memory-bandwidth model and community measurements, and a built-in benchmark command measures real tok/s on your hardware and lets you contribute those results back to the project. For developers and small teams, it is a practical sizing tool rather than another model runner.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.