Unverified Commit fb1c933a authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Add missing class docstring for `PromptAdapterConfig` (#17302)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 72c5b972
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment