From 7f9ae4246088f0c08ed322acbae21d69cd2eb547 Mon Sep 17 00:00:00 2001 From: mudler Date: Sun, 14 May 2023 17:43:39 +0200 Subject: [PATCH] Add to build tags all info - might just work for most cases --- llama_cublas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_cublas.go b/llama_cublas.go index 32bb072..efd1519 100644 --- a/llama_cublas.go +++ b/llama_cublas.go @@ -4,6 +4,6 @@ package llama /* -#cgo LDFLAGS: -lcublas +#cgo LDFLAGS: -lcublas -lcudart -L/usr/local/cuda/lib64/ */ import "C"