Skip to content

Commit 6e6215c

Browse files
authored
Merge branch 'baidu:main' into step35
2 parents 31bb049 + a9bf223 commit 6e6215c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/source/installation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ This document describes how to install vllm-kunlun manually.
1111
- vLLM (same version as vllm-kunlun)
1212

1313
## Setup environment using container
14-
We provide a clean, minimal base image for your use`iregistry.baidu-int.com/hac_test/aiak-inference-llm:vLLM-Kunlun-Base`.You can pull it using the docker pull command.
14+
We provide a clean and minimal base image for your use.You can pull it using the docker pull command.
15+
- **Internal registry (Baidu intranet only)**
16+
`iregistry.baidu-int.com/hac_test/aiak-inference-llm:vLLM-Kunlun-Base`
17+
- **Public registry**
18+
`wjie520/vllm_kunlun:uv_base`
19+
1520
### Container startup script
1621

1722
:::::{tab-set}

vllm_kunlun/models/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ def register_model():
9898
"vllm_kunlun.models.qwen3_5:Qwen3_5MoeForConditionalGeneration",
9999
)
100100

101+
ModelRegistry.register_model(
102+
"Qwen3_5ForConditionalGeneration",
103+
"vllm_kunlun.models.qwen3_5:Qwen3_5ForConditionalGeneration",
104+
)
105+
101106

102107
def register_quant_method():
103108
"""to do"""

0 commit comments

Comments
 (0)