You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""{{ visible_text(m.content) }}\n{{- '/nothink' if (enable_thinking is defined and not enable_thinking and not visible_text(m.content).endswith("/nothink")) else '' -}}""",
7847
-
"""{% set content = visible_text(m.content) %}{{ content }}\n{{- '/nothink' if (enable_thinking is defined and not enable_thinking and not content.endswith("/nothink")) else '' -}}""")
7848
-
7849
7843
special_vocab.add_to_gguf(self.gguf_writer)
7850
7844
7851
7845
defset_gguf_parameters(self):
@@ -9395,16 +9389,6 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
9395
9389
classSmolLM3Model(LlamaModel):
9396
9390
model_arch=gguf.MODEL_ARCH.SMOLLM3
9397
9391
9398
-
defset_vocab(self):
9399
-
super().set_vocab()
9400
-
# remove unsupported array slicing in chat template
0 commit comments