#203 · Primary category: Inference & Local Deploy
qwen-vllm
通义千问VLLM推理部署DEMO
Project last updated:03/28/24
GitHub Stars
644
Forks
92
Contributors
2
License
Other
Why we included this project
Standing up a Qwen model behind a real HTTP service usually means stitching together vLLM's async server, a client, and a chat UI from scattered examples. This repo does that assembly for you: it shows vLLM's continuous batching running in a background thread behind a FastAPI/uvicorn endpoint, with tokens streamed back to clients, plus a client script and a Gradio chat interface that handle multi-turn conversation. The author also walks through Qwen's prompt format and how the base and chat-tuned checkpoints differ, which helps when you're deciding how to format inputs. It's a demo, not a hardened production service, but as a working reference it saves you the time of reading several official examples and wiring them together yourself.
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.