Skip to content

Commit

Permalink
[misc] fix typo (vllm-project#10960)
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao authored Dec 6, 2024
1 parent 7406274 commit c05cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c05cfb6

Please sign in to comment.