deleteLoraWeights abstract method

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.

Implementation

Future<void> deleteLoraWeights();