AI & Machine Learning
โ
17.2k
Rust
AlexsJones/llmfit
17.2k
Stars
978
Forks
41
Issues
Rust
Language
llmfit matches LLM models to your hardware capabilities. Detects RAM, CPU cores, and GPU specs, then scores hundreds of language models across quality, speed, fit, and context dimensions. Features interactive TUI with vim-like navigation, classic CLI, and REST API. Automatically selects optimal quantization levels and handles MoE architectures. Integrates with Ollama, llama.cpp, MLX, and Docker Model Runner. 200+ models from Meta, Mistral, Qwen, Google catalogued.
View on GitHub
git clone https://github.com/AlexsJones/llmfit.git
Quick Start Example
bash
# Install
cargo install llmfit
# Interactive TUI - auto-detects hardware
llmfit
# CLI recommendations
llmfit recommend --gpu-vram 8GB
# Score a specific model
llmfit fit meta-llama/Llama-3-70B