Skip to content

Commit b5731db

Browse files
czoidoiThalay
authored andcommitted
readme : add install instructions for Conan (ggml-org#2189)
1 parent 13bcaa0 commit b5731db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,16 @@ docker run -it --rm \
502502
whisper.cpp:main "./main -m /models/ggml-base.bin -f ./samples/jfk.wav"
503503
```
504504

505+
## Installing with Conan
506+
507+
You can install pre-built binaries for whisper.cpp or build it from source using [Conan](https://conan.io/). Use the following command:
508+
509+
```
510+
conan install --requires="whisper-cpp/[*]" --build=missing
511+
```
512+
513+
For detailed instructions on how to use Conan, please refer to the [Conan documentation](https://docs.conan.io/2/).
514+
505515
## Limitations
506516

507517
- Inference only

0 commit comments

Comments
 (0)