Add missing class docstring for PromptAdapterConfig (#17302)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-04-28 12:06:59 +01:00 committed by GitHub
parent 72c5b97231
commit fb1c933ade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2679,6 +2679,8 @@ class LoRAConfig:
@config
@dataclass
class PromptAdapterConfig:
"""Configuration for PromptAdapters."""
max_prompt_adapters: int = 1
"""Max number of PromptAdapters in a batch."""
max_prompt_adapter_token: int = 0