EngineConfig constructor
const
EngineConfig({})
Creates an engine configuration.
Implementation
const EngineConfig({
required this.modelPath,
this.backend = Backend.cpu,
this.visionBackend,
this.audioBackend,
this.maxNumTokens,
this.cacheDir,
this.loraRank,
this.audioLoraRank,
});