mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-28 04:31:48 +08:00
[misc] fix typo (#10960)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
parent
7406274041
commit
c05cfb67da
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user