mirror of
https://github.com/ollama/ollama.git
synced 2025-08-03 02:53:38 +02:00
next
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/google/go-cmp/cmp"
|
||||
|
||||
"github.com/ollama/ollama/api"
|
||||
"github.com/ollama/ollama/llm"
|
||||
"github.com/ollama/ollama/fs/ggml"
|
||||
)
|
||||
|
||||
func TestNamed(t *testing.T) {
|
||||
@@ -33,7 +33,7 @@ func TestNamed(t *testing.T) {
|
||||
|
||||
for k, v := range ss {
|
||||
t.Run(k, func(t *testing.T) {
|
||||
kv := llm.KV{"tokenizer.chat_template": v}
|
||||
kv := ggml.KV{"tokenizer.chat_template": v}
|
||||
s := kv.ChatTemplate()
|
||||
r, err := Named(s)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user