Files
ollama/ml/backend/ggml/threads_debug.go
2026-05-22 17:19:10 +08:00

8 lines
70 B
Go

//go:build debug
package ggml
func Threads(_ int) int {
return 1
}