Skip to content

Commit 55fe860

Browse files
jiangjiadijiadi.jjd
authored andcommitted
[Bugfix] update the prefix for qwen2 (vllm-project#11795)
Co-authored-by: jiadi.jjd <[email protected]>
1 parent 6cf183d commit 55fe860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
298298
lambda prefix: Qwen2DecoderLayer(config=config,
299299
cache_config=cache_config,
300300
quant_config=quant_config,
301-
prefix=f"{prefix}.layers"),
301+
prefix=prefix),
302302
prefix=f"{prefix}.layers",
303303
)
304304

0 commit comments

Comments
 (0)