From: Ivo von Putzer Reibegg Date: Wed, 28 Aug 2024 08:42:18 +0000 (+0200) Subject: readme : fix typo (#2383) X-Git-Tag: upstream/1.7.4~483 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=376567bf4f35b89a78235a309866f4527134cc83;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : fix typo (#2383) --- diff --git a/README.md b/README.md index 6acb410d..c5b66cbd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Supported platforms: - [x] [WebAssembly](examples/whisper.wasm) - [x] Windows ([MSVC](https://github.com/ggerganov/whisper.cpp/blob/master/.github/workflows/build.yml#L117-L144) and [MinGW](https://github.com/ggerganov/whisper.cpp/issues/168)] - [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166) -- [x] [docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp) +- [x] [Docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp) The entire high-level implementation of the model is contained in [whisper.h](include/whisper.h) and [whisper.cpp](src/whisper.cpp). The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.