validateLoraSource method
Validates if LoRA source is compatible with this model source
Implementation
@override
bool validateLoraSource(ModelSource loraSource) => loraSource is BundledSource;
Validates if LoRA source is compatible with this model source
@override
bool validateLoraSource(ModelSource loraSource) => loraSource is BundledSource;