ollama/ml/backend/ggml/threads_debug.go

8 lines
70 B
Go
Raw Normal View History

2025-03-10 05:45:36 +08:00
//go:build debug
package ggml
func Threads(_ int) int {
return 1
}