ai_model/ml/backend/ggml/threads_debug.go

8 lines
70 B

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