Files
OBLITERATUS/docs/checkpoints/schemas/fixtures/v1/valid/weights-only-conversion-manifest.json

78 lines
2.4 KiB
JSON

{
"schema_id": "obliteratus.conversion-manifest",
"schema_version": "1.0.0",
"manifest_id": "fixture-manifest-weights-only",
"descriptor": {
"schema_version": "1.0.0",
"digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222"
},
"source_inventory_digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
"source_files": [
{
"relative_path": "rank-0/model.safetensors",
"size_bytes": 16,
"sha256": "sha256:0000000000000000000000000000000000000000000000000000000000000000"
}
],
"adapter": {
"id": "fixture-adapter",
"version": "0.0.0-fixture",
"capability_digest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
"producer": "fixture",
"producer_version": "0"
},
"source_topology": {"topology_id": "saved-topology"},
"state": {
"source_classification": "model_and_optimizer",
"output_classification": "weights_only",
"observed_scopes": ["model_weights", "optimizer"]
},
"dropped_scopes": [
{"scope": "optimizer", "reason": "Version 1 canonical output is model weights only."}
],
"canonical_output": {
"format": "hf_safetensors",
"dtype_policy": "preserve",
"files": [
{
"relative_path": "model.safetensors",
"size_bytes": 16,
"sha256": "sha256:4444444444444444444444444444444444444444444444444444444444444444"
}
],
"hf_index": null,
"logical_tensor_count": 1,
"logical_bytes": 16
},
"resource_usage": {
"estimated_peak_ram_bytes": 16,
"actual_peak_ram_bytes": 16,
"estimated_temp_bytes": 32,
"actual_temp_bytes": 16
},
"validation": {
"coverage": true,
"replicas": true,
"ties": true,
"hashes": true,
"index": true,
"safe_reload": true,
"source_unchanged": true,
"result": "passed"
},
"provenance": {
"obliteratus_commit": "e39f908832405ccad89cb2a5111e7c2576741d94",
"configuration_digest": null,
"tokenizer_digest": null,
"base_model": {"identity": null, "revision": null, "digest": null},
"transformation_log": ["neutral fixture canonicalization"],
"unknowns": ["base model identity intentionally absent in neutral fixture"]
},
"publication": {
"staging_validated": true,
"promoted": true,
"atomic_strategy": "sibling-staging-and-rename",
"rollback_result": "not_required"
}
}