Skip to content

Commit a4f662d

Browse files
ryan-mangenoCISC
andauthored
Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent bcf4ad3 commit a4f662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ class TensorNameMap:
10241024
),
10251025

10261026
MODEL_TENSOR.V_MMPROJ_FC: (
1027-
"model.connector.modality_projection.proj", # SmolVLM
1027+
"model.connector.modality_projection.proj", # SmolVLM
10281028
),
10291029

10301030
MODEL_TENSOR.V_MMPROJ_MLP: (

0 commit comments

Comments
 (0)