Commit a203b4a
jarvis
convert: skip vision tensors in NVFP4 text-model path
The MmprojModel branch already skipped non-vision tensors. The inverse
case was missing: when processing the text body of a VLM (e.g. Qwopus3.6
Qwen3_5ForConditionalGeneration) that has NVFP4-quantized weights, the
visual.* tensors flow through _generate_nvfp4_tensors -> map_tensor_name
and crash with "Can not map tensor model.visual.blocks.0.attn.proj.weight".
Mirror the MmprojModel skip on text models so visual tensors are left
for the --mmproj pass.1 parent bb05a05 commit a203b4a
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
657 | 666 | | |
658 | 667 | | |
659 | 668 | | |
| |||
0 commit comments