[Minor] Improve the function organization in TokenizerManager & improve loggers (#1208)
This commit is contained in:
@@ -418,7 +418,7 @@ class ServerArgs:
|
||||
parser.add_argument(
|
||||
"--enable-mixed-chunk",
|
||||
action="store_true",
|
||||
help="Enabling mixing prefill and decode in a chunked batch.",
|
||||
help="Enabling mixing prefill and decode in a batch when using chunked prefill.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--enable-torch-compile",
|
||||
|
||||
Reference in New Issue
Block a user