Fix formatting issues
This commit is contained in:
parent
aa2f4a79fe
commit
45e9d164ac
3 changed files with 6 additions and 5 deletions
|
@ -3734,6 +3734,7 @@ class ChatGLMModel(Model):
|
||||||
name = name.removeprefix("transformer.")
|
name = name.removeprefix("transformer.")
|
||||||
return [(self.map_tensor_name(name), data_torch)]
|
return [(self.map_tensor_name(name), data_torch)]
|
||||||
|
|
||||||
|
|
||||||
@Model.register("NemotronForCausalLM")
|
@Model.register("NemotronForCausalLM")
|
||||||
class NemotronModel(Model):
|
class NemotronModel(Model):
|
||||||
model_arch = gguf.MODEL_ARCH.NEMOTRON
|
model_arch = gguf.MODEL_ARCH.NEMOTRON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue