forked from third-party-mirrors/ollama
remove merges
This commit is contained in:
parent
cf8af774ab
commit
dc08a27d54
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user