toolkoder-e4b-nvfp4 / release_manifest.json
toolkit-cli's picture
Publish ToolKoder RC 0.1 NVFP4 runtime
8168419 verified
raw
history blame
1.87 kB
{
"blessed": true,
"blockers": [],
"expected_runtime_files": [
"config.json",
"generation_config.json",
"model.safetensors",
"recipe.yaml",
"chat_template.jinja",
"tokenizer_config.json",
"tokenizer.json"
],
"forbidden_public_materials": [
"private source records",
"internal eval records",
"private prompts",
"predictions",
"execution traces",
"holdout sets",
"separate adapter artifacts",
"full precision local roots",
"BF16 roots",
"raw SFT packets"
],
"label": "toolkoder-e4b-nvfp4",
"model_line": "toolkoder",
"origin_family": "Gemma 4",
"owner_directed_publish_scope": "nvfp4_to_hf_only; bf16_private_r2_only",
"owner_directed_publish_utc": "2026-06-06T23:45:00Z",
"public_positioning": "ToolKoder E4B NVFP4 base runtime model with Gemma 4 origin.",
"public_repo": "toolkit-cli/toolkoder-e4b-nvfp4",
"quantization": "nvfp4",
"release_ready": true,
"runtime_format": "nvfp4",
"runtime_layout": "files live at the Hugging Face repository root",
"sft_merge_policy": {
"do_not_merge_into": "downloaded_or_existing_quantized_runtime_artifact_in_place",
"merge_target": "private_higher_precision_checkpoint_then_quantized_runtime_exports",
"release_only": "merged_quantized_runtime_variants_after_blessing",
"release_variants": [
"mlx",
"nvfp4"
],
"variant_rule": "MLX and NVFP4 exports must come from the same blessed merged checkpoint."
},
"sibling_release_variants": [
{
"public_repo": "toolkit-cli/toolkoder-e4b-mlx",
"purpose": "Apple Silicon local worker runtime",
"variant": "mlx"
},
{
"public_repo": "toolkit-cli/toolkoder-e4b-nvfp4",
"purpose": "GPU local/cloud worker runtime",
"status": "planned_sibling_from_same_checkpoint",
"variant": "nvfp4"
}
]
}