ollama/ml/backend/ggml/threads_debug.go

8 lines
70 B
Go

//go:build debug
package ggml
func Threads(_ int) int {
return 1
}