Update examples/llava/convert-image-encoder-to-gguf.py
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
3e31203b8d
commit
d80d415518
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def should_skip_tensor(name: str, has_text: bool, has_vision: bool, has_llava: b
|
||||||
def get_tensor_name(name: str) -> str:
|
def get_tensor_name(name: str) -> str:
|
||||||
if "projection" in name:
|
if "projection" in name:
|
||||||
return name
|
return name
|
||||||
|
|
||||||
if "mm_projector" in name:
|
if "mm_projector" in name:
|
||||||
name = name.replace("model.mm_projector", "mm")
|
name = name.replace("model.mm_projector", "mm")
|
||||||
name = re.sub(r'mm\.mlp\.mlp', 'mm.model.mlp', name, count=1)
|
name = re.sub(r'mm\.mlp\.mlp', 'mm.model.mlp', name, count=1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue