Skip to content

Commit ebd0114

Browse files
committed
Semicolon
1 parent c031312 commit ebd0114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _get_model_architecture(self):
4747
return gguf.MODEL_ARCH.MPT
4848
if arch in ("BaichuanForCausalLM", "BaiChuanForCausalLM"):
4949
return gguf.MODEL_ARCH.BAICHUAN
50-
if arch == "FalconForCausalLM"
50+
if arch == "FalconForCausalLM":
5151
return gguf.MODEL_ARCH.FALCON
5252

5353
raise NotImplementedError(f'Architecture "{arch}" not supported!')

0 commit comments

Comments
 (0)