"vscode:/vscode.git/clone" did not exist on "f0e7d72d379cebcd7e3e04ee9ef954707482a691"
Unverified Commit c994223d authored by jiangjiadi's avatar jiangjiadi Committed by GitHub
Browse files

[Bugfix] update the prefix for qwen2 (#11795)


Co-authored-by: default avatarjiadi.jjd <jiadi.jjd@antgroup.com>
parent 869579a7
......@@ -298,7 +298,7 @@ class Qwen2Model(nn.Module):
lambda prefix: Qwen2DecoderLayer(config=config,
cache_config=cache_config,
quant_config=quant_config,
prefix=f"{prefix}.layers"),
prefix=prefix),
prefix=f"{prefix}.layers",
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment