use new model class for chameleon conversion
This commit is contained in:
parent
f4d2b8846a
commit
1ddd9ab795
1 changed files with 2 additions and 1 deletions
|
@ -4162,7 +4162,8 @@ class GraniteMoeModel(GraniteModel):
|
||||||
return super().modify_tensors(data_torch, name, bid)
|
return super().modify_tensors(data_torch, name, bid)
|
||||||
|
|
||||||
|
|
||||||
@Model.register("ChameleonForCausalLM")
|
@Model.register("ChameleonForConditionalGeneration")
|
||||||
|
@Model.register("ChameleonForCausalLM") # obsolete
|
||||||
class ChameleonModel(Model):
|
class ChameleonModel(Model):
|
||||||
model_arch = gguf.MODEL_ARCH.CHAMELEON
|
model_arch = gguf.MODEL_ARCH.CHAMELEON
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue