fix(convert_hf_to_gguf): Use LlamaModel as base for GraniteModel
The defaults in LlamaModel are needed for Granite as well Branch: GraniteLM Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
parent
e73d795eff
commit
80863806a3
1 changed files with 1 additions and 1 deletions
|
@ -4081,7 +4081,7 @@ class ExaoneModel(Model):
|
|||
|
||||
|
||||
@Model.register("GraniteForCausalLM")
|
||||
class GraniteModel(Model):
|
||||
class GraniteModel(LlamaModel):
|
||||
"""Conversion for IBM's GraniteForCausalLM"""
|
||||
model_arch = gguf.MODEL_ARCH.GRANITE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue