From dc08a27d54561acbe7cd465e7c8437a158fe0bdb Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Wed, 28 Aug 2024 16:01:13 -0700 Subject: [PATCH] remove merges --- convert/convert_commandr.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/convert/convert_commandr.go b/convert/convert_commandr.go index 5583efaf..a74cae96 100644 --- a/convert/convert_commandr.go +++ b/convert/convert_commandr.go @@ -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 }