Whitespace formatting fixes.

This commit is contained in:
Stanisław Szymczyk 2024-05-02 09:53:59 +02:00
parent 71d8bd6480
commit c95013d1b5
2 changed files with 2 additions and 2 deletions

View file

@ -1516,6 +1516,7 @@ class LlamaModel(Model):
if len(experts) > 0:
raise ValueError(f"Unprocessed experts: {experts.keys()}")
@Model.register("ArcticForCausalLM")
class ArcticModel(Model):
model_arch = gguf.MODEL_ARCH.ARCTIC
@ -1629,7 +1630,6 @@ class ArcticModel(Model):
raise ValueError(f"Unprocessed experts: {experts.keys()}")
@Model.register("GrokForCausalLM")
class GrokModel(Model):
model_arch = gguf.MODEL_ARCH.GROK