#183 · Primary category: Inference & Local Deploy
vllm-cli
A command-line interface tool for serving LLM using vLLM.
Project last updated:01/25/26
GitHub Stars
506
Forks
29
Contributors
2
License
MIT
Why we included this project
Running vLLM by hand means juggling long flag lists, restarting servers, and losing track of what is actually live on the GPU. This CLI gives you two ways around that: a menu-driven terminal with live GPU and system status for day-to-day work, and plain commands that slot into scripts and automation. It also handles chores that normally eat your time, like locating local models already downloaded through HuggingFace or Ollama, keeping ready-made configuration profiles for different hardware, and checking GPU, memory, and CUDA compatibility before you start. A newer experimental feature serves several models behind one API endpoint, waking and sleeping GPUs as demand shifts. For anyone who runs vLLM on a single machine or a small GPU box, it is a thin layer of convenience that makes the engine far less annoying to operate.
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.