We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5471f50 commit 01bd163Copy full SHA for 01bd163
gguf-py/gguf/tensor_mapping.py
@@ -1171,7 +1171,7 @@ class TensorNameMap:
1171
"vision_tower.vision_model.embeddings.patch_embedding",
1172
"model.vision_tower.embeddings.patch_embeddings.projection", # Intern-S1
1173
"vpm.embeddings.patch_embedding",
1174
- "model.vision_model.embeddings.patch_embedding", # SmolVLM, Janus Pro
+ "model.vision_model.embeddings.patch_embedding", # SmolVLM
1175
"vision_tower.patch_conv", # pixtral-hf
1176
"vision_encoder.patch_conv", # pixtral
1177
"vision_model.patch_embedding.linear", # llama 4
0 commit comments