We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bcaa0 commit b5731dbCopy full SHA for b5731db
README.md
@@ -502,6 +502,16 @@ docker run -it --rm \
502
whisper.cpp:main "./main -m /models/ggml-base.bin -f ./samples/jfk.wav"
503
```
504
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
515
## Limitations
516
517
- Inference only
0 commit comments