Unverified Commit f24fc5b8 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix typo (#6248)

parent d18c6b33
...@@ -1722,7 +1722,7 @@ if __name__ == "__main__": ...@@ -1722,7 +1722,7 @@ if __name__ == "__main__":
help="Suffix applied to the end of all user prompts, followed by assistant prompt suffix.", help="Suffix applied to the end of all user prompts, followed by assistant prompt suffix.",
) )
parser.add_argument( parser.add_argument(
"--pd-seperated", "--pd-separated",
action="store_true", action="store_true",
help="Benchmark PD disaggregation server", help="Benchmark PD disaggregation server",
) )
......
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