Skip to content

Commit 9e035cd

Browse files
committed
Add vision model support
1 parent e87d709 commit 9e035cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert-hf-to-gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def from_model_architecture(model_architecture):
166166
return RefactModel
167167
if model_architecture == "PersimmonForCausalLM":
168168
return PersimmonModel
169-
if model_architecture == "StableLMEpochForCausalLM":
169+
if model_architecture in ("StableLMEpochForCausalLM", "LlavaStableLMEpochForCausalLM"):
170170
return StableLMModel
171171
return Model
172172

0 commit comments

Comments
 (0)