]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : add node addon test and optimize compilation configuration (#468)
authorQianhe Chen <redacted>
Sun, 5 Feb 2023 13:02:08 +0000 (21:02 +0800)
committerGitHub <redacted>
Sun, 5 Feb 2023 13:02:08 +0000 (15:02 +0200)
commitab1916fc598cc364b521a6d24752c4b092553e40
treea78f0563f3090e0504c6cec470d561cc765642ad
parenta1c1583cc7cd8b75222857afc936f0638c5683d6
ci : add node addon test and optimize compilation configuration (#468)

* addon: implement node addon call whisper through cpp

* addon: modify the license to MIT

* addon: remove iostream

* addon: rename dir

* addon: fix typo

* addon: configure cmake to build when cmake-js is used

* ci: add addon.node test ci

* addon: remove build WHISPER_BUILD_TESTS

* addon: update build command

* addon: add test

* addon: add test file

* addon: adapt to compile on Windows

* addon: fix typo

* addon: reuse jfk.wav

Co-authored-by: Georgi Gerganov <redacted>
* addon: reuse jfk.wav

---------

Co-authored-by: Georgi Gerganov <redacted>
.github/workflows/examples.yml [new file with mode: 0644]
CMakeLists.txt
examples/addon.node/CMakeLists.txt
examples/addon.node/README.md
examples/addon.node/__test__/whisper.spec.js [new file with mode: 0644]
examples/addon.node/addon.cpp
examples/addon.node/package.json