Spaces:
Running
Running
readme : fix typo (#2383)
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Supported platforms:
|
|
| 33 |
- [x] [WebAssembly](examples/whisper.wasm)
|
| 34 |
- [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)]
|
| 35 |
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
|
| 36 |
-
- [x] [
|
| 37 |
|
| 38 |
The entire high-level implementation of the model is contained in [whisper.h](include/whisper.h) and [whisper.cpp](src/whisper.cpp).
|
| 39 |
The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.
|
|
|
|
| 33 |
- [x] [WebAssembly](examples/whisper.wasm)
|
| 34 |
- [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)]
|
| 35 |
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
|
| 36 |
+
- [x] [Docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp)
|
| 37 |
|
| 38 |
The entire high-level implementation of the model is contained in [whisper.h](include/whisper.h) and [whisper.cpp](src/whisper.cpp).
|
| 39 |
The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.
|