Apply a set of LoRA adapters to a context. adapters is a slice of raw C pointers (use adapter.ptr on each LlamaAdapterLora). scales must have the same length as adapters. Pass an empty slice to clear all adapters. Returns 0 on success.
See Implementation
Apply a set of LoRA adapters to a context. adapters is a slice of raw C pointers (use adapter.ptr on each LlamaAdapterLora). scales must have the same length as adapters. Pass an empty slice to clear all adapters. Returns 0 on success.