mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
* parakeet : add support for NVIDIA Parakeet Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
11 lines
290 B
PkgConfig
11 lines
290 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: parakeet
|
|
Description: Port of NVIDIA's Parakeet model in C/C++
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lggml -lggml-base -lparakeet
|
|
Cflags: -I${includedir}
|