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