setLoraWeightsPath abstract method
- @Deprecated('Use FlutterGemma.installModel().withLoraFromFile() instead')
- String path
Legacy API: Sets path to LoRA weights for current model
Implementation
@Deprecated('Use FlutterGemma.installModel().withLoraFromFile() instead')
Future<void> setLoraWeightsPath(String path);