loraRanks property

List<int>? loraRanks
final

LoRA ranks for the MediaPipe path; null falls back to the platform's supportedLoraRanks. Carried in the config so the (cached) default-engine build closure reads it per call instead of capturing a stale local.

Implementation

final List<int>? loraRanks;