removing whitespace
This commit is contained in:
parent
7e8e1a07d5
commit
b66c2fd1cd
|
|
@ -9370,7 +9370,6 @@ class ModernBertModel(BertModel):
|
||||||
return super().modify_tensors(data_torch, name, bid)
|
return super().modify_tensors(data_torch, name, bid)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ModelBase.register("ApertusForCausalLM")
|
@ModelBase.register("ApertusForCausalLM")
|
||||||
class ApertusModel(LlamaModel):
|
class ApertusModel(LlamaModel):
|
||||||
model_arch = gguf.MODEL_ARCH.APERTUS
|
model_arch = gguf.MODEL_ARCH.APERTUS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue