Namespace: LLama.Abstractions
A LoRA adapter to apply to a model
public struct LoraAdapter
Inheritance Object → ValueType → LoraAdapter
Implements IEquatable<LoraAdapter>
Path to the LoRA file
public string Path { get; set; }
Strength of this LoRA
public float Scale { get; set; }
A LoRA adapter to apply to a model
LoraAdapter(string Path, float Scale)
Path String
Path to the LoRA file
Scale Single
Strength of this LoRA
string ToString()
int GetHashCode()
bool Equals(object obj)
obj Object
bool Equals(LoraAdapter other)
other LoraAdapter
void Deconstruct(String& Path, Single& Scale)
Path String&
Scale Single&