setLoraWeightsPath abstract method

Future<void> setLoraWeightsPath(
  1. String path
)

Sets the path to the lora weights file. Use this method to manage the lora weights file manually.

This method can be safely called multiple times. Lora weights will be loaded only if they doesn't exist.

To reload the lora weights, call deleteLoraWeights first.

Implementation

Future<void> setLoraWeightsPath(String path);