Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
Signed-off-by: xffxff <[email protected]>
  • Loading branch information
xffxff committed Nov 22, 2024
1 parent 545c734 commit 56090fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vllm/model_executor/models/aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ def _make_expert_params_mapping(
]
]

# Adapted from LlamaModel.load_weights with the modification of adding the
# expert_params_mapping
def load_weights(self, weights: Iterable[Tuple[str,
torch.Tensor]]) -> Set[str]:
stacked_params_mapping = [
Expand Down

0 comments on commit 56090fb

Please sign in to comment.