mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 11:45:21 +00:00
lint
This commit is contained in:
parent
340162fbc3
commit
01b20fe6f1
@ -41,7 +41,7 @@ func TestEstimateGPULayers(t *testing.T) {
|
|||||||
"tokenizer.ggml.tokens": []string{" "},
|
"tokenizer.ggml.tokens": []string{" "},
|
||||||
"tokenizer.ggml.scores": []float32{0},
|
"tokenizer.ggml.scores": []float32{0},
|
||||||
"tokenizer.ggml.token_type": []int32{0},
|
"tokenizer.ggml.token_type": []int32{0},
|
||||||
}, tensors, func(api.ProgressResponse){})
|
}, tensors, func(api.ProgressResponse) {})
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
ggml, err := LoadModel(f.Name(), 0)
|
ggml, err := LoadModel(f.Name(), 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user