MiMo-V2.6-Flash-RL-GGUF / video-patch-weight-audit.json
Baekpica's picture
Align projector pixel bounds with production MiMo processor
a485ac9 verified
Raw
History Blame Contribute Delete
575 Bytes
{
"passed": true,
"checks": [
{
"tensor": "v.patch_embd.weight",
"source_temporal_index": 0,
"shape": [
1280,
3,
16,
16
],
"exact_source_values": true
},
{
"tensor": "v.patch_embd.weight.1",
"source_temporal_index": 1,
"shape": [
1280,
3,
16,
16
],
"exact_source_values": true
}
],
"scope": "Both distinct temporal convolution slices are preserved in the BF16 projector; runtime must feed the two distinct frames correctly."
}