Skip to content

Commit 8882929

Browse files
hmellorYuqi Zhang
authored andcommitted
Add missing class docstring for PromptAdapterConfig (vllm-project#17302)
Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: Yuqi Zhang <[email protected]>
1 parent a895df4 commit 8882929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vllm/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,6 +2679,8 @@ def verify_lora_support(self):
26792679
@config
26802680
@dataclass
26812681
class PromptAdapterConfig:
2682+
"""Configuration for PromptAdapters."""
2683+
26822684
max_prompt_adapters: int = 1
26832685
"""Max number of PromptAdapters in a batch."""
26842686
max_prompt_adapter_token: int = 0

0 commit comments

Comments
 (0)