deleteLoraWeights abstract method
Deletes the loaded lora weights. Nothing happens if the lora weights are not loaded.
Also, closes the inference if it is initialized.
Implementation
Future<void> deleteLoraWeights();
Deletes the loaded lora weights. Nothing happens if the lora weights are not loaded.
Also, closes the inference if it is initialized.
Future<void> deleteLoraWeights();