mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-15 02:07:03 +00:00
add llama.cpp go bindings
This commit is contained in:
9
llama/llama_cublas.go
Normal file
9
llama/llama_cublas.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build cublas
|
||||
// +build cublas
|
||||
|
||||
package llama
|
||||
|
||||
/*
|
||||
#cgo LDFLAGS: -lcublas -lcudart -L/usr/local/cuda/lib64/
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user