remove merges

This commit is contained in:
Josh Yan 2024-08-28 16:01:13 -07:00
parent cf8af774ab
commit dc08a27d54

View File

@ -40,10 +40,6 @@ func (p *commandrModel) KV(t *Tokenizer) llm.KV {
kv["command-r.logit_scale"] = p.LogitScale
kv["command-r.rope.scaling.type"] = "none"
if len(t.Merges) > 0 {
kv["tokenizer.ggml.merges"] = t.Merges
}
return kv
}