convert : fix tensor naming conflict for llama 4 vision (#13836)
* convert : fix tensor naming conflict for llama 4 vision * add comment
This commit is contained in:
parent
1e8659e65a
commit
26b79b6cb3
2 changed files with 3 additions and 1 deletions
|
@ -902,7 +902,6 @@ class TensorNameMap:
|
|||
|
||||
MODEL_TENSOR.V_MMPROJ_FC: (
|
||||
"model.connector.modality_projection.proj", # SmolVLM
|
||||
"multi_modal_projector.linear_1", # llama 4
|
||||
),
|
||||
|
||||
MODEL_TENSOR.V_MMPROJ_MLP: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue