Skip to content

Commit

Permalink
[Bugfix] Fix Granite 3.0 MoE model loading (#12446)
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 authored Jan 27, 2025
1 parent 0cc6b38 commit 5204ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/granitemoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):

self.config = config
self.lora_config = lora_config
self.quant_config = quant_config # Required by MixtralForCausalLM

self.model = GraniteMoeModel(vllm_config=vllm_config,
prefix=maybe_prefix(prefix, "model"))
Expand Down

0 comments on commit 5204ff5

Please sign in to comment.