LoraAdapter
Namespace: LLama.Abstractions
A LoRA adapter to apply to a model
1 |
|
Inheritance Object → ValueType → LoraAdapter
Implements IEquatable<LoraAdapter>
Properties
Path
Path to the LoRA file
1 |
|
Property Value
Scale
Strength of this LoRA
1 |
|
Property Value
Constructors
LoraAdapter(String, Single)
A LoRA adapter to apply to a model
1 |
|
Parameters
Path
String
Path to the LoRA file
Scale
Single
Strength of this LoRA
Methods
ToString()
1 |
|
Returns
GetHashCode()
1 |
|
Returns
Equals(Object)
1 |
|
Parameters
obj
Object
Returns
Equals(LoraAdapter)
1 |
|
Parameters
other
LoraAdapter
Returns
Deconstruct(String&, Single&)
1 |
|
Parameters
Path
String&
Scale
Single&