refine some typo (#3473)

This commit is contained in:
Xiaoyu Zhang
2025-02-10 23:35:44 +08:00
committed by GitHub
parent 4fe92bfca5
commit 2f47d710ae
4 changed files with 4 additions and 4 deletions

View File

@@ -795,7 +795,7 @@ class ServerArgs:
parser.add_argument(
"--disable-mla",
action="store_true",
help="Disable Multi-head Latent Attention (MLA) for DeepSeek-V2.",
help="Disable Multi-head Latent Attention (MLA) for DeepSeek V2/V3/R1 series models.",
)
parser.add_argument(
"--disable-overlap-schedule",