setLoraWeightsPath abstract method

Future<void> setLoraWeightsPath(
  1. String path
)

Sets path to LoRA weights for current model

Implementation

Future<void> setLoraWeightsPath(String path);