downloadLoraWeightsFromNetwork method
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
@override
Future<void> downloadLoraWeightsFromNetwork(String loraUrl) async {
_loraPath = loraUrl;
}