Skip to content

Commit b84f42a

Browse files
committed
Updated cuda version
1 parent 54a1879 commit b84f42a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sys/whisper/generate_cuda.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
//go:build cuda
2+
23
package whisper
34

45
///////////////////////////////////////////////////////////////////////////////
56
// CGO
67

78
/*
8-
#cgo arm64 pkg-config: cuda-12.2 cublas-12.2 cudart-12.2
9+
#cgo arm64 pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
910
*/
1011
import "C"

0 commit comments

Comments
 (0)