mirror of https://github.com/ollama/ollama.git
8 lines
70 B
Go
8 lines
70 B
Go
|
|
//go:build debug
|
||
|
|
|
||
|
|
package ggml
|
||
|
|
|
||
|
|
func Threads(_ int) int {
|
||
|
|
return 1
|
||
|
|
}
|