Skip to content

Commit 7007e04

Browse files
committed
Updated
1 parent 656fec1 commit 7007e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ api: mkdir go-tidy
6969
# Test whisper bindings
7070
test: generate libwhisper
7171
@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/...
7373
@echo "Running tests (pkg)"
7474
@PKG_CONFIG_PATH=$(shell realpath ${PREFIX})/lib ${GO} test ${TEST_FLAGS} ./pkg/...
7575
@echo "Running tests (whisper)"

sys/whisper/generate_cuda.go

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

88
/*
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
1010
*/
1111
import "C"

0 commit comments

Comments
 (0)