mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
//go:build debug
|
|
|
|
package ggml
|
|
|
|
func Threads(_ int) int {
|
|
return 1
|
|
}
|