mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
7 lines
70 B
Go
7 lines
70 B
Go
//go:build debug
|
|
|
|
package ggml
|
|
|
|
func Threads(_ int) int {
|
|
return 1
|
|
}
|