"tests/vscode:/vscode.git/clone" did not exist on "cd484352064fc81e86ceb0ba2eb470e3aa8a72f3"
Unverified Commit dc86f25a authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Tiny remove duplicated code (#5021)

parent 08289eaa
......@@ -294,13 +294,6 @@ class ServerArgs:
if self.grammar_backend is None:
self.grammar_backend = "xgrammar"
# Expert parallelism
if self.enable_ep_moe:
self.ep_size = self.tp_size
logger.info(
f"EP MoE is enabled. The expert parallel size is adjusted to be the same as the tensor parallel size[{self.tp_size}]."
)
self.enable_multimodal: Optional[bool] = self.enable_llama4_multimodal
# Data parallelism attention
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment