Skip to content

Enum: AdapterTypeEnum

Adapter implementation type (derived from AdapterType).

URI: mellea:AdapterTypeEnum

Permissible Values

Value Meaning Description
LORA None lora
ALORA None alora

Slots

Name Description
adapter_type Slot describing the adapter type

Identifier and Mapping Information

Annotations

property value
derived_from mellea/backends/adapters/catalog.py::AdapterType

Schema Source

LinkML Source

name: AdapterTypeEnum
annotations:
  derived_from:
    tag: derived_from
    value: mellea/backends/adapters/catalog.py::AdapterType
description: Adapter implementation type (derived from AdapterType).
from_schema: https://w3id.org/lmodel/mellea
exact_mappings:
- nexus:AdapterType
rank: 1000
permissible_values:
  LORA:
    text: LORA
    description: lora
    annotations:
      python_value:
        tag: python_value
        value: lora
  ALORA:
    text: ALORA
    description: alora
    annotations:
      python_value:
        tag: python_value
        value: alora