mirror of
https://github.com/ollama/ollama.git
synced 2026-03-28 03:08:44 +07:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build !debug
|
|
|
|
package ggml
|
|
|
|
func Threads(n int) int {
|
|
return n
|
|
}
|