mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05:00
multi-regexp pretokenizer (#12325)
This commit is contained in:
@@ -82,7 +82,6 @@ func modelHelper(t testing.TB) model.BytePairEncoding {
|
||||
merges := make([]string, 0, 1)
|
||||
// Only need vocab for Grammar Test
|
||||
return model.NewBytePairEncoding(
|
||||
``,
|
||||
&model.Vocabulary{
|
||||
Values: tokens,
|
||||
Types: make([]int32, len(vocab)),
|
||||
|
||||
Reference in New Issue
Block a user