mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
comments
This commit is contained in:
parent
5e9db9fb0b
commit
df993fa37b
12 changed files with 63 additions and 61 deletions
|
@ -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(), "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue