reverting automatically removed spaces

This commit is contained in:
Saba Fallah 2025-12-04 16:16:59 +01:00
parent a661c52990
commit 0399ddf145
2 changed files with 3 additions and 3 deletions

View File

@ -1129,7 +1129,7 @@ class GGUFWriter:
def add_vision_sam_layers_count(self, value: int) -> None:
self.add_uint32(Keys.ClipVision.SAM.BLOCK_COUNT, value)
def add_vision_sam_embedding_length(self, value: int) -> None:
self.add_uint32(Keys.ClipVision.SAM.EMBEDDING_LENGTH, value)

View File

@ -1240,11 +1240,11 @@ class TensorNameMap:
"visual.pos_embed", # qwen3vl
"model.vision.patch_embedding.position_embedding", # cogvlm
),
MODEL_TENSOR.V_ENC_EMBD_IMGNL: (
"model.image_newline", # Deepseek-OCR
),
MODEL_TENSOR.V_ENC_EMBD_VSEP: (
"model.view_seperator", # Deepseek-OCR
),