Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tianmu-li committed Dec 20, 2024
1 parent e011f91 commit 69ffcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def load_weights(self, weights: Iterable[Tuple[str,

param = params_dict[name]
weight_loader = param.weight_loader

weight_loader(param, loaded_weight, shard_id)
break
else:
# Skip loading extra bias for GPTQ models.
Expand Down

0 comments on commit 69ffcb2

Please sign in to comment.