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

8 lines
71 B
Go

//go:build !debug
package ggml
func Threads(n int) int {
return n
}