mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
//go:build debug
|
|
|
|
package ggml
|
|
|
|
func Threads(_ int) int {
|
|
return 1
|
|
}
|