LoraOperation Enumeration

Function

LoraOperation enumeration, which indicates the type of a LoRA request.

Format

enum class LoraOperation {
    LOAD = 0,
    UNLOAD = 1,
    QUERY = 2,
};

Enumerated Values

Enumeration

Description

LOAD

Requests to load the type of a LoRA.

UNLOAD

Requests to unload the type of a LoRA.

QUERY

Requests to query the type of a usable LoRA.