mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 00:37:04 +00:00
add llama.cpp go bindings
This commit is contained in:
9
llama/llama_openblas.go
Normal file
9
llama/llama_openblas.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build openblas
|
||||
// +build openblas
|
||||
|
||||
package llama
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -lopenblas
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user