Skip to content

Commit

Permalink
[Bugfix] update the prefix for qwen2 (vllm-project#11795)
Browse files Browse the repository at this point in the history
Co-authored-by: jiadi.jjd <jiadi.jjd@antgroup.com>
  • Loading branch information
jiangjiadi and jiadi.jjd authored Jan 7, 2025
1 parent 869579a commit c994223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/qwen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
lambda prefix: Qwen2DecoderLayer(config=config,
cache_config=cache_config,
quant_config=quant_config,
prefix=f"{prefix}.layers"),
prefix=prefix),
prefix=f"{prefix}.layers",
)

Expand Down

0 comments on commit c994223

Please sign in to comment.