mirror of
https://github.com/ollama/ollama.git
synced 2025-07-13 17:57:26 +02:00
comments
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
|
||||
var stream bool = false
|
||||
|
||||
func createBinFile(t *testing.T, kv map[string]any, ti []*llm.Tensor) string {
|
||||
func createBinFile(t *testing.T, kv map[string]any, ti []llm.Tensor) string {
|
||||
t.Helper()
|
||||
|
||||
f, err := os.CreateTemp(t.TempDir(), "")
|
||||
|
Reference in New Issue
Block a user