File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ api: mkdir go-tidy
69
69
# Test whisper bindings
70
70
test : generate libwhisper
71
71
@echo " Running tests (sys) with ${PREFIX} /lib"
72
- PKG_CONFIG_PATH=$(shell realpath ${PREFIX}) /lib ${GO} test ${TEST_FLAGS} ./sys/whisper/...
72
+ @ PKG_CONFIG_PATH=$(shell realpath ${PREFIX}) /lib ${GO} test ${TEST_FLAGS} ./sys/whisper/...
73
73
@echo " Running tests (pkg)"
74
74
@PKG_CONFIG_PATH=$(shell realpath ${PREFIX}) /lib ${GO} test ${TEST_FLAGS} ./pkg/...
75
75
@echo " Running tests (whisper)"
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ package whisper
6
6
// CGO
7
7
8
8
/*
9
- #cgo pkg-config: libwhisper-cuda cuda-12.2 cublas-12.2 cudart-12.2
9
+ #cgo pkg-config: libwhisper-cuda cuda-12.6 cublas-12.6 cudart-12.6
10
10
*/
11
11
import "C"
You can’t perform that action at this time.
0 commit comments