Crate candle_lora
source ·Structs§
- Configuration for LoraConv1d. Other configurations are inherited from the
Conv1d
struct. - Configuration for LoraConv2d. Other configurations are inherited from the
Conv2d
struct. - Configuration for LoraEmbedding, with
num_embeddings
vectors ofembedding_dim
size`. - Configuration for LoraLinear
- New layers, after conversion
Enums§
Traits§
- Any layer that is conv1d-like.
- Any layer that is conv2d-like.
- Any layer that is embedding-like.
- Any layer that is linear-like.