Skip to content

Commit 4bfc81c

Browse files
committed
how to add a new multi stage model document
Signed-off-by: Rein Yang <ruiruyang2@gmail.com>
1 parent 92c20af commit 4bfc81c

File tree

2 files changed

+709
-1
lines changed

2 files changed

+709
-1
lines changed

docs/contributing/model/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# Adding a New Model
2-
Stay tuned for guidance on how to add a new model on vLLM-Omni!
2+
3+
This section provides comprehensive guidance on how to add a new model to vLLM-Omni.
4+
5+
## Documentation
6+
7+
- **[Adding a New Model Guide](adding_a_new_model.md)**: Complete step-by-step guide using Qwen3-Omni as an example
8+
9+
The guide covers:
10+
- Directory structure and organization
11+
- Implementing stage components (thinker, talker, code2wav)
12+
- Creating the unified model class
13+
- Model registration
14+
- Stage configuration
15+
- Stage input processors
16+
- Testing strategies
17+
18+
## Quick Start
19+
20+
For a quick reference, see the [Adding a New Model Guide](adding_a_new_model.md) which walks through the complete implementation of Qwen3-Omni, a multi-stage omni-modality model.

0 commit comments

Comments
 (0)