Skip to content

Commit 1f54603

Browse files
hmellorlk-chen
authored andcommitted
Add missing class docstring for PromptAdapterConfig (vllm-project#17302)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent da79f60 commit 1f54603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vllm/config.py

+2
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)