From 322a699df3dc66f3d8b1fc774c21206cedb19055 Mon Sep 17 00:00:00 2001 From: czoido Date: Tue, 28 May 2024 15:16:21 +0200 Subject: [PATCH] add installation via Conan to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c2c6bc4a2b1..3ef073174e2 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