ollama/ml/backend/ggml/threads_debug.go
2025-03-11 14:49:19 -07:00

7 lines
70 B
Go

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