mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-04 03:29:09 +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
|
@classmethod
|
||||||
def from_cli(cls, cli_value: str) -> "KVTransferConfig":
|
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)
|
return KVTransferConfig.model_validate_json(cli_value)
|
||||||
|
|
||||||
def model_post_init(self, __context: Any) -> None:
|
def model_post_init(self, __context: Any) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user