Skip to content

Commit

Permalink
Add to build tags all info - might just work for most cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed May 14, 2023
1 parent 904aaeb commit 7f9ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cublas.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
package llama

/*
#cgo LDFLAGS: -lcublas
#cgo LDFLAGS: -lcublas -lcudart -L/usr/local/cuda/lib64/
*/
import "C"

0 comments on commit 7f9ae42

Please sign in to comment.