setLoraWeightsPath abstract method

  1. @Deprecated('Use FlutterGemma.installModel().withLoraFromFile() instead')
Future<void> setLoraWeightsPath(
  1. String path
)

Legacy API: Sets path to LoRA weights for current model

Implementation

@Deprecated('Use FlutterGemma.installModel().withLoraFromFile() instead')
Future<void> setLoraWeightsPath(String path);