mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 16:23:27 +02:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build !debug
|
|
|
|
package ggml
|
|
|
|
func Threads(n int) int {
|
|
return n
|
|
}
|