mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 04:05:20 +00:00
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.logit_scale"] = p.LogitScale
|
||||||
kv["command-r.rope.scaling.type"] = "none"
|
kv["command-r.rope.scaling.type"] = "none"
|
||||||
|
|
||||||
if len(t.Merges) > 0 {
|
|
||||||
kv["tokenizer.ggml.merges"] = t.Merges
|
|
||||||
}
|
|
||||||
|
|
||||||
return kv
|
return kv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user