ModelPathResolution constructor

const ModelPathResolution({
  1. required String? rootPath,
  2. required String? primaryModelPath,
  3. required String? mmprojPath,
  4. required String? tokenizerPath,
  5. required String? configPath,
  6. required bool isDirectoryBased,
  7. required bool isComplete,
})

Implementation

const ModelPathResolution({
  required this.rootPath,
  required this.primaryModelPath,
  required this.mmprojPath,
  required this.tokenizerPath,
  required this.configPath,
  required this.isDirectoryBased,
  required this.isComplete,
});