Skip to content

Commit 80e13ad

Browse files
committed
Updated
1 parent 2d91123 commit 80e13ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/whisper/generate_cuda.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ package whisper
77

88
/*
99
#cgo pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
10-
#cgo arm64 ldflags: -L/usr/local/cuda/lib64/stubs -lcuda
10+
#cgo LDFLAGS: -L/usr/local/cuda/lib64/stubs -lcuda
1111
*/
1212
import "C"

0 commit comments

Comments
 (0)