Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
  • Loading branch information
LucasWilkinson committed Feb 1, 2025
1 parent 0d66687 commit 5fe1d1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/model_executor/model_loader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,7 @@ def load_model(self, vllm_config: VllmConfig) -> nn.Module:
hasattr(module, "process_weights_after_loading"):
# When attention modules need to process weights after
# currently only used by MLA
module.process_weights_after_loading(
model_config.dtype)
module.process_weights_after_loading(model_config.dtype)
return model.eval()


Expand Down

0 comments on commit 5fe1d1d

Please sign in to comment.