[misc] fix typo (#10960)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao 2024-12-06 11:25:20 -08:00 committed by GitHub
parent 7406274041
commit c05cfb67da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: