Skip to content

Commit

Permalink
[Misc] duplicate code in deepseek_v2 (vllm-project#14106)
Browse files Browse the repository at this point in the history
  • Loading branch information
noooop authored and Akshat-Tripathi committed Mar 3, 2025
1 parent 06c6a48 commit 0da18f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/model_executor/models/deepseek_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def __init__(
self.tp_size = get_tensor_model_parallel_world_size()
self.routed_scaling_factor = config.routed_scaling_factor
self.n_shared_experts = config.n_shared_experts
self.routed_scaling_factor = config.routed_scaling_factor

if config.hidden_act != "silu":
raise ValueError(f"Unsupported activation: {config.hidden_act}. "
Expand Down

0 comments on commit 0da18f9

Please sign in to comment.