downloadLoraWeightsFromNetwork abstract method

Future<void> downloadLoraWeightsFromNetwork(
  1. String loraUrl
)

Downloads the lora weights from the network and installs it.

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> downloadLoraWeightsFromNetwork(String loraUrl);