]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings-go : update Makefile to use cmake (#2952)
authorDaniel Bevenius <redacted>
Wed, 26 Mar 2025 15:21:07 +0000 (16:21 +0100)
committerGitHub <redacted>
Wed, 26 Mar 2025 15:21:07 +0000 (16:21 +0100)
commit206459a80477f00799b383d4c7e81d207c95d00b
tree284a92ac036be2cf339e397c792db2cec3a32261
parent21d890d53441a08e36992b0f68221f38b715789d
bindings-go : update Makefile to use cmake (#2952)

This commit updates the Makefile to use cmake instead of make to build
whisper.cpp.

The motivation for this change is that currently the make recipe test
will fail with the following error:
```console
$ make test
Mkdir build
Mkdir models
Build whisper
make[1]: Entering directory '/home/danbev/work/ai/whisper-work'
make[1]: *** No rule to make target 'libwhisper.a'.  Stop.
make[1]: Leaving directory '/home/danbev/work/ai/whisper-work'
make: *** [Makefile:33: whisper] Error 2
```
bindings/go/Makefile
bindings/go/whisper.go