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 e87d709 commit 9e035cdCopy full SHA for 9e035cd
convert-hf-to-gguf.py
@@ -166,7 +166,7 @@ def from_model_architecture(model_architecture):
166
return RefactModel
167
if model_architecture == "PersimmonForCausalLM":
168
return PersimmonModel
169
- if model_architecture == "StableLMEpochForCausalLM":
+ if model_architecture in ("StableLMEpochForCausalLM", "LlavaStableLMEpochForCausalLM"):
170
return StableLMModel
171
return Model
172
0 commit comments