Skip to content

Commit

Permalink
[Bugfix] Fix Granite 3.0 MoE model loading (vllm-project#12446)
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: Isotr0py <2037008807@qq.com>
  • Loading branch information
DarkLight1337 authored and Isotr0py committed Feb 2, 2025
1 parent 2bc3ce9 commit d221a28
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 d221a28

Please sign in to comment.