Skip to content

Commit

Permalink
readme : add install instructions for Conan (ggerganov#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored May 30, 2024
1 parent e130b66 commit ad13043
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad13043

Please sign in to comment.