From: Carlos Zoido Date: Thu, 30 May 2024 12:06:15 +0000 (+0200) Subject: readme : add install instructions for Conan (#2189) X-Git-Tag: upstream/1.7.4~738 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ad130431aa52092a3d091bb304919f48a045aa70;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : add install instructions for Conan (#2189) --- diff --git a/README.md b/README.md index c2c6bc4a..3ef07317 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,16 @@ docker run -it --rm \ whisper.cpp:main "./main -m /models/ggml-base.bin -f ./samples/jfk.wav" ``` +## Installing with Conan + +You can install pre-built binaries for whisper.cpp or build it from source using [Conan](https://conan.io/). Use the following command: + +``` +conan install --requires="whisper-cpp/[*]" --build=missing +``` + +For detailed instructions on how to use Conan, please refer to the [Conan documentation](https://docs.conan.io/2/). + ## Limitations - Inference only