Skip to content

Commit

Permalink
[Misc] Clean up debug code in Deepseek-V3 (vllm-project#11930)
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py authored Jan 10, 2025
1 parent aa1e77a commit 46fa98c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/model_executor/models/deepseek_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,6 @@ def load_weights(self, weights: Iterable[Tuple[str,
if is_pp_missing_parameter(name, self):
continue

if name not in params_dict:
for key in params_dict:
print(key)
param = params_dict[name]
weight_loader = getattr(param, "weight_loader",
default_weight_loader)
Expand Down

0 comments on commit 46fa98c

Please sign in to comment.