native/dart_bridge_lora library
DartBridge+LoRA
LoRA adapter bridge - manages C++ LoRA operations via FFI. Mirrors Swift's CppBridge+LLM.swift LoRA section and CppBridge+LoraRegistry.swift.
Two classes:
- DartBridgeLora - Runtime LoRA operations (apply/remove/list/state)
- DartBridgeLoraRegistry - Catalog registry (register/query adapters)
Classes
- DartBridgeLora
- LoRA adapter bridge for runtime operations.
- DartBridgeLoraRegistry
- LoRA adapter registry bridge for catalog operations.