mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-04 23:47:14 +08:00
Fix typo in ValueError message: use kv_role instead of kv_disagg_role (#27166)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
parent
f6fdacd82c
commit
8a81d776ce
@ -94,7 +94,7 @@ class KVTransferConfig:
|
||||
|
||||
if self.kv_connector is not None and self.kv_role is None:
|
||||
raise ValueError(
|
||||
"Please specify kv_disagg_role when kv_connector "
|
||||
"Please specify kv_role when kv_connector "
|
||||
f"is set, supported roles are {get_args(KVRole)}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user