You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,6 +39,7 @@ class QEffAutoPeftModelForCausalLM(QEFFBaseModel):
38
39
39
40
Args:
40
41
:model (nn.Module): PyTorch model
42
+
:finite_adapters (bool): set True to enable finite adapter mode with QEffAutoLoraModelForCausalLM class. Please refer to QEffAutoLoraModelForCausalLM for API specification.
:pretrained_name_or_path (str): Model card name from huggingface or local path to model directory.
153
+
:finite_adapters (bool): set True to enable finite adapter mode with QEffAutoLoraModelForCausalLM class. Please refer to QEffAutoLoraModelForCausalLM for API specification.
154
+
:adapter_name (str): Name used to identify loaded adapter.
148
155
:args, kwargs: Additional arguments to pass to peft.AutoPeftModelForCausalLM.
149
156
"""
150
157
ifkwargs.get("full_batch_size"):
151
158
raiseNotImplementedError("Continuous batching currently not supported for PEFT models")
0 commit comments