mirror of
https://github.com/ollama/ollama.git
synced 2025-05-12 19:07:06 +02:00
7 lines
71 B
Go
7 lines
71 B
Go
//go:build !debug
|
|
|
|
package ggml
|
|
|
|
func Threads(n int) int {
|
|
return n
|
|
}
|