mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-05-01 03:41:53 +00:00
Add support for bitnet2b_2501 model (#337)
* add support for bitnet2b_2501 model * Fixes * Support both model names --------- Co-authored-by: potassiummmm <zhou.hansong@outlook.com>
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