removeLoraAdapters method
Implementation
Future<void> removeLoraAdapters() async {
if (_context == null) throw CactusException('CactusLM not initialized');
await _context!.removeLoraAdapters();
}
Future<void> removeLoraAdapters() async {
if (_context == null) throw CactusException('CactusLM not initialized');
await _context!.removeLoraAdapters();
}