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