mirror of
https://github.com/ollama/ollama.git
synced 2025-03-29 11:11:47 +01:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build !debug
|
|
|
|
package ggml
|
|
|
|
func Threads(n int) int {
|
|
return n
|
|
}
|