mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 01:47:13 +01: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