files property

List<ResolvedHfFile>? files
final

For a DIRECTORY model (ORT-GenAI): every file that must be installed into the model's directory, each by its BARE leaf ResolvedHfFile.name. Null for a single-file model (.litertlm, .task) — that path installs url alone, unchanged. When non-null, file/url name the PRIMARY entry the engine loads from (for ORT-GenAI: genai_config.json) and that entry must also appear in this list.

Implementation

final List<ResolvedHfFile>? files;