Unverified Commit c05cfb67 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[misc] fix typo (#10960)


Signed-off-by: default avataryoukaichao <youkaichao@gmail.com>
parent 74062740
......@@ -2082,7 +2082,7 @@ class KVTransferConfig(BaseModel):
@classmethod
def from_cli(cls, cli_value: str) -> "KVTransferConfig":
"""Parse the CLI value for the compilation config."""
"""Parse the CLI value for the kv cache transfer config."""
return KVTransferConfig.model_validate_json(cli_value)
def model_post_init(self, __context: Any) -> None:
......
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