IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Python module

max.pipelines.lora

LoRA adapter management for MAX pipelines.

Adapter management

LoRAConfigConfiguration for LoRA (Low-Rank Adaptation) inference.
LoRAManagerManages multiple LoRA models and buffers for the forward pass.
LoRAModelManages LoRA weights and configuration for a single adapter.

LoRA types

LoRAOperationEnum for different LoRA operations.
LoRARequestContainer for LoRA adapter requests.
LoRAResponseResponse from LoRA operations.
LoRAStatusEnum for LoRA operation status.
LoRATypeEnumeration for LoRA Types.
LORA_REQUEST_ENDPOINTstr(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
LORA_RESPONSE_ENDPOINTstr(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str