mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-26 16:14:10 +00:00
Support both model names
This commit is contained in:
@@ -1598,6 +1598,7 @@ class LlamaModel(Model):
|
||||
|
||||
|
||||
@Model.register("BitnetForCausalLM")
|
||||
@Model.register("BitNetForCausalLM")
|
||||
class BitnetModel(Model):
|
||||
model_arch = gguf.MODEL_ARCH.BITNET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user