Skip to content

quantize::manifest::ManifestBuilder

Public Functions

Name
init(self self, Optional project_root[Path] =None)
dict build(self self, str niche_name, str base_model, dict training_metadata, Path fp4_bin_path, dict fp4_stats, Optional eval_results[dict] =None)
save(self self, dict manifest, str niche_name)
save_catalog(self self, list manifests)

Protected Functions

Name
str _file_sha256(self self, Path path)

Protected Attributes

Name
_root
_artifacts_dir

Public Functions Documentation

function init

__init__(
    self self,
    Optional project_root[Path] =None
)

function build

dict build(
    self self,
    str niche_name,
    str base_model,
    dict training_metadata,
    Path fp4_bin_path,
    dict fp4_stats,
    Optional eval_results[dict] =None
)

function save

save(
    self self,
    dict manifest,
    str niche_name
)

function save_catalog

save_catalog(
    self self,
    list manifests
)

Protected Functions Documentation

function _file_sha256

str _file_sha256(
    self self,
    Path path
)

Protected Attributes Documentation

variable _root

_root;

variable _artifacts_dir

_artifacts_dir;

Updated on 2026-07-25 at 22:56:57 +0000