adapterPath property
Escape hatch for a loose GGUF that was never registered. Commons still loads strictly from this path: there is no catalog id -> path resolver on the apply path yet.
Implementation
@$pb.TagNumber(1)
$core.String get adapterPath => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set adapterPath($core.String value) => $_setString(0, value);