mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-09-22 01:10:49 +02:00
162 lines
3.5 KiB
JSON
162 lines
3.5 KiB
JSON
{
|
|
"case_id": "mixed-model-peft",
|
|
"components": [
|
|
"full_model",
|
|
"peft_adapter"
|
|
],
|
|
"expected_manifest_digest": "sha256:a37bcf41c60410c78430f767fcd0ab4c413ceca7fb9ef9da9bbb35f542b0043f",
|
|
"features": [
|
|
"mixed_full_model_peft"
|
|
],
|
|
"fragments": [
|
|
{
|
|
"component_id": "peft-adapter",
|
|
"dtype": "float32",
|
|
"element_extent": [
|
|
1,
|
|
2
|
|
],
|
|
"element_offset": [
|
|
0,
|
|
0
|
|
],
|
|
"evidence_refs": [
|
|
"synthetic:mixed-adapter"
|
|
],
|
|
"fqn": "adapter.lora_A.weight",
|
|
"fragment_digest": "sha256:deea3b24add66f9c401d38a758eb5cb664db0596a3113b5ceaf8c5e774faa321",
|
|
"fragment_id": "mixed-adapter",
|
|
"global_shape": [
|
|
1,
|
|
2
|
|
],
|
|
"local_shape": [
|
|
1,
|
|
2
|
|
],
|
|
"logical_tensor_id": "adapter.lora_A.weight",
|
|
"padding": {
|
|
"after": [
|
|
0,
|
|
0
|
|
],
|
|
"before": [
|
|
0,
|
|
0
|
|
],
|
|
"semantic": "none"
|
|
},
|
|
"partition_axes": [],
|
|
"payload_file": "rank-00001.safetensors",
|
|
"payload_key": "mixed-adapter",
|
|
"replica": {
|
|
"group_id": null,
|
|
"member_count": 1,
|
|
"member_index": 0
|
|
},
|
|
"role": "parameter",
|
|
"shard_digest_ref": "source-digest:rank-00001.safetensors",
|
|
"shard_file_id": "rank-00001.safetensors",
|
|
"shared_storage_id": null,
|
|
"tie_group_id": null,
|
|
"topology_coordinates": [
|
|
[
|
|
"rank",
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"component_id": "full-model",
|
|
"dtype": "float32",
|
|
"element_extent": [
|
|
2,
|
|
2
|
|
],
|
|
"element_offset": [
|
|
0,
|
|
0
|
|
],
|
|
"evidence_refs": [
|
|
"synthetic:mixed-model"
|
|
],
|
|
"fqn": "model.weight",
|
|
"fragment_digest": "sha256:4c9c4f354e74153db012329d71c8562ec23e498148174b2c49de58f45d47cdbe",
|
|
"fragment_id": "mixed-model",
|
|
"global_shape": [
|
|
2,
|
|
2
|
|
],
|
|
"local_shape": [
|
|
2,
|
|
2
|
|
],
|
|
"logical_tensor_id": "model.weight",
|
|
"padding": {
|
|
"after": [
|
|
0,
|
|
0
|
|
],
|
|
"before": [
|
|
0,
|
|
0
|
|
],
|
|
"semantic": "none"
|
|
},
|
|
"partition_axes": [],
|
|
"payload_file": "rank-00000.safetensors",
|
|
"payload_key": "mixed-model",
|
|
"replica": {
|
|
"group_id": null,
|
|
"member_count": 1,
|
|
"member_index": 0
|
|
},
|
|
"role": "parameter",
|
|
"shard_digest_ref": "source-digest:rank-00000.safetensors",
|
|
"shard_file_id": "rank-00000.safetensors",
|
|
"shared_storage_id": null,
|
|
"tie_group_id": null,
|
|
"topology_coordinates": [
|
|
[
|
|
"rank",
|
|
0
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"oracle_file": "oracles.safetensors",
|
|
"oracles": [
|
|
{
|
|
"dtype": "float32",
|
|
"logical_tensor_id": "adapter.lora_A.weight",
|
|
"payload_key": "tensor_000",
|
|
"sha256": "sha256:deea3b24add66f9c401d38a758eb5cb664db0596a3113b5ceaf8c5e774faa321",
|
|
"shape": [
|
|
1,
|
|
2
|
|
]
|
|
},
|
|
{
|
|
"dtype": "float32",
|
|
"logical_tensor_id": "model.weight",
|
|
"payload_key": "tensor_001",
|
|
"sha256": "sha256:4c9c4f354e74153db012329d71c8562ec23e498148174b2c49de58f45d47cdbe",
|
|
"shape": [
|
|
2,
|
|
2
|
|
]
|
|
}
|
|
],
|
|
"schema_id": "obliteratus.checkpoint-fixture-case",
|
|
"schema_version": "1.0.0",
|
|
"topology": {
|
|
"source": {
|
|
"world_size": 2
|
|
},
|
|
"target": {
|
|
"world_size": 1
|
|
}
|
|
},
|
|
"world_size": 2
|
|
}
|