Python class
LoRARequestProcessor
LoRARequestProcessorβ
class max.pipelines.lib.LoRARequestProcessor(manager, zmq_endpoint_base)
Bases: object
Processes LoRA requests by delegating operations to a LoRAManager.
Acts as a bridge between the LoRA queue system and the LoRA manager, processing load/unload/list operations and returning appropriate responses.
-
Parameters:
-
- manager (LoRAManager) β The LoRAManager instance to handle operations.
- zmq_endpoint_base (str) β Base endpoint string for ZMQ request/response sockets.
process_lora_requests()β
process_lora_requests()
Checks for new LoRA requests and processes them.
-
Return type:
-
None
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!