LoraOperation枚举类
枚举类功能
LoraOperation枚举类,表示LoRA请求的类型。
枚举类格式
enum class LoraOperation {
LOAD = 0,
UNLOAD = 1,
QUERY = 2,
};
枚举值
枚举名 |
说明 |
|---|---|
LOAD |
请求加载LoRA的类型。 |
UNLOAD |
请求卸载LoRA的类型。 |
QUERY |
请求查询可以使用的LoRA的类型。 |
父主题: 结构体和枚举说明
LoraOperation枚举类,表示LoRA请求的类型。
enum class LoraOperation {
LOAD = 0,
UNLOAD = 1,
QUERY = 2,
};
枚举名 |
说明 |
|---|---|
LOAD |
请求加载LoRA的类型。 |
UNLOAD |
请求卸载LoRA的类型。 |
QUERY |
请求查询可以使用的LoRA的类型。 |