Skip to content

Commit a3d185b

Browse files
R2-Yroot
authored andcommitted
modify doc
Signed-off-by: Rein Yang <[email protected]>
1 parent 4bfc81c commit a3d185b

File tree

4 files changed

+84
-144
lines changed

4 files changed

+84
-144
lines changed

docs/.nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ nav:
3737
flatten_single_child_sections: true
3838
- Model Implementation:
3939
- contributing/model/README.md
40+
- contributing/model/adding_omni_modality_model.md
4041
- CI: contributing/ci
4142
- Tests: contributing/tests
4243
- Design Documents:

docs/contributing/model/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section provides comprehensive guidance on how to add a new model to vLLM-O
44

55
## Documentation
66

7-
- **[Adding a New Model Guide](adding_a_new_model.md)**: Complete step-by-step guide using Qwen3-Omni as an example
7+
- **[Adding a New Model Guide](adding_omni_modality_model.md)**: Complete step-by-step guide using Qwen3-Omni as an example
88

99
The guide covers:
1010
- Directory structure and organization
@@ -17,4 +17,4 @@ The guide covers:
1717

1818
## Quick Start
1919

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.
20+
For a quick reference, see the [Adding a New Model Guide](adding_omni_modality_model.md) which walks through the complete implementation of Qwen3-Omni, a multi-stage omni-modality model.

0 commit comments

Comments
 (0)