Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c05cfb67
Unverified
Commit
c05cfb67
authored
Dec 06, 2024
by
youkaichao
Committed by
GitHub
Dec 06, 2024
Browse files
[misc] fix typo (#10960)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
74062740
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
c05cfb67
...
@@ -2082,7 +2082,7 @@ class KVTransferConfig(BaseModel):
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment