mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 23:03:55 +00:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build !debug
|
|
|
|
package ggml
|
|
|
|
func Threads(n int) int {
|
|
return n
|
|
}
|