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