Skip to content

Commit c78c326

Browse files
authored
[Docs] fix doc image loading error (vllm-project#446)
Signed-off-by: Rein Yang <ruiruyang2@gmail.com>
1 parent 2a3c501 commit c78c326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/model/adding_multi_stage_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ thinker_hidden_states = output.multimodal_output["24"]
476476

477477
<p align="center">
478478
<picture>
479-
<source media="(prefers-color-scheme: dark)" src="https://raw.githubusercontent.com/vllm-project/vllm-omni/refs/heads/main/docs/source/architecture/omni-modality-model-architecture.png">
480-
<img alt="Data Flow between stages" src="image.png" width=55%>
479+
<source media="(prefers-color-scheme: dark)" src="https://raw.githubusercontent.com/vllm-project/vllm-omni/refs/heads/main/docs/source/architecture/vllm-omni-dataflow-between-stages.png">
480+
<img alt="Data Flow between stages" src="https://raw.githubusercontent.com/vllm-project/vllm-omni/refs/heads/main/docs/source/architecture/vllm-omni-dataflow-between-stages.png" width=55%>
481481
</picture>
482482
</p>
483483

0 commit comments

Comments
 (0)