#165 · Primary category: Inference & Local Deploy
gpu_poor
Calculate token/s & GPU memory requirement for any LLM. Supports llama.cpp/ggml/bnb/QLoRA quantization
Project last updated:12/03/24
GitHub Stars
1.4K
Forks
88
Contributors
3
License
Other
Why we included this project
This is a browser-based estimator for the question everyone hits before pulling down a big model: will it actually run on my GPU, and how fast? Raw model size alone won't tell you, since the KV cache can eat a gigabyte on a 7B model at a modest context length, so the tool splits total memory need into its parts and shows you where the budget goes. It also projects token-per-second throughput and rough fine-tuning time per iteration, which is exactly what you want when choosing between GGML, bitsandbytes, or QLoRA quantization, or deciding whether full, LoRA, or QLoRA training fits your hardware. The estimates have been checked against real GPUs and land within about half a gigabyte, so you get a sane planning range rather than a guess. For anyone sizing a workstation, a rented cloud box, or an inference rig, that removes a lot of trial and error before you commit to a download.
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.