diff --git a/backend/go/crispasr/CMakeLists.txt b/backend/go/crispasr/CMakeLists.txt index 5ed6a9c3f..c77a8ecad 100644 --- a/backend/go/crispasr/CMakeLists.txt +++ b/backend/go/crispasr/CMakeLists.txt @@ -14,7 +14,7 @@ target_include_directories(gocrispasr PRIVATE # whisper. crispasr is the referencer; the backend static libs supply the # per-architecture symbols; ggml is the math/runtime base. target_link_libraries(gocrispasr PRIVATE - crispasr + crispasr-lib parakeet canary canary_ctc cohere granite_speech granite_nle voxtral voxtral4b qwen3_asr qwen3_tts orpheus chatterbox indextts kokoro voxcpm2_tts m2m100 t5_translate wav2vec2-ggml vibevoice diff --git a/backend/go/crispasr/Makefile b/backend/go/crispasr/Makefile index 56518c674..7da1d09c2 100644 --- a/backend/go/crispasr/Makefile +++ b/backend/go/crispasr/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # CrispASR version (release tag) CRISPASR_REPO?=https://github.com/CrispStrobe/CrispASR -CRISPASR_VERSION?=13d54e110e1538e0f0bc3af0680b9ab246cfb48d +CRISPASR_VERSION?=f7838a306687f22c281d29c250f879a4ab3df2d7 SO_TARGET?=libgocrispasr.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF