#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