]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : fix typo (#2383)
authorIvo von Putzer Reibegg <redacted>
Wed, 28 Aug 2024 08:42:18 +0000 (10:42 +0200)
committerGitHub <redacted>
Wed, 28 Aug 2024 08:42:18 +0000 (11:42 +0300)
README.md

index 6acb410d79268d66ad9796d2c9222b2258d2e1a5..c5b66cbd9c8751eea91381372168ade7fa3056bd 100644 (file)
--- 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.