mirror of
https://github.com/ollama/ollama.git
synced 2026-04-19 21:54:23 +02:00
ollama debug tensor
This commit is contained in:
7
ml/backend/ggml/threads_debug.go
Normal file
7
ml/backend/ggml/threads_debug.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build debug
|
||||
|
||||
package ggml
|
||||
|
||||
func Threads(_ int) int {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user