We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e56f9 commit e584b85Copy full SHA for e584b85
vllm/model_executor/models/deepseek_v2.py
@@ -105,7 +105,6 @@ def __init__(
105
self.tp_size = get_tensor_model_parallel_world_size()
106
self.routed_scaling_factor = config.routed_scaling_factor
107
self.n_shared_experts = config.n_shared_experts
108
- self.routed_scaling_factor = config.routed_scaling_factor
109
110
if config.hidden_act != "silu":
111
raise ValueError(f"Unsupported activation: {config.hidden_act}. "
0 commit comments