Files
neuron-tai/packages/node/meshnet_node
Dobromir Popov 471893c9d5 Skip multimodal/MTP checkpoint tensors absent from the text-only causal LM
Qwen3.5/3.6-MoE checkpoints ship vision (model.visual.*) and multi-token-
prediction (mtp.*) weights; the partial shard loader assigned them into the
text-only Qwen3_5MoeForCausalLM and crashed with AttributeError 'mtp'.
Filter selected tensors against the built model's state_dict keys, matching
transformers' _keys_to_ignore_on_load_unexpected behavior.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 19:16:19 +02:00
..
2026-06-29 00:28:29 +03:00
2026-07-07 17:37:38 +03:00
2026-07-01 10:57:44 +02:00
2026-07-07 17:37:38 +03:00
2026-07-07 18:36:29 +02:00
2026-07-07 18:21:13 +02:00
2026-06-29 01:30:12 +03:00
2026-06-29 23:54:35 +03:00