mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 23:15:31 +08:00
[BugFix]: --enable-lora with model granite-4.0-micro crash (#27733)
Signed-off-by: zxw <1020938856@qq.com>
This commit is contained in:
parent
c748355e0d
commit
1761dea1a8
@ -597,6 +597,9 @@ class GraniteMoeHybridForCausalLM(
|
||||
"k_proj",
|
||||
"v_proj",
|
||||
],
|
||||
"conv1d": ["conv1d"],
|
||||
"in_proj": ["in_proj"],
|
||||
"input_linear": ["input_linear"],
|
||||
}
|
||||
embedding_modules = {
|
||||
"embed_tokens": "input_embeddings",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user