8000
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 9e87ef6 commit 11173c9Copy full SHA for 11173c9
convert-hf-to-gguf.py
@@ -193,7 +193,7 @@ def _get_model_architecture(self) -> gguf.MODEL_ARCH:
193
return gguf.MODEL_ARCH.MPT
194
if arch in ("BaichuanForCausalLM", "BaiChuanForCausalLM"):
195
return gguf.MODEL_ARCH.BAICHUAN
196
- if arch == "FalconForCausalLM":
+ if arch in ("FalconForCausalLM", "RWForCausalLM"):
197
return gguf.MODEL_ARCH.FALCON
198
if arch == "GPTBigCodeForCausalLM":
199
return gguf.MODEL_ARCH.STARCODER
0 commit comments