ollama debug tensor

This commit is contained in:
Michael Yang
2025-03-09 14:45:36 -07:00
parent 6b0486c216
commit 9e4642e9b3
8 changed files with 186 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
//go:build debug
package ggml
func Threads(_ int) int {
return 1
}