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