Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,8 @@ Supported platforms:
|
|
| 20 |
- [x] [iOS](examples/whisper.objc)
|
| 21 |
- [x] Linux
|
| 22 |
- [x] [WebAssembly](examples/whisper.wasm)
|
| 23 |
-
- [x]
|
| 24 |
-
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/
|
| 25 |
- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
|
| 26 |
|
| 27 |
The entire implementation of the model is contained in 2 source files:
|
|
|
|
| 20 |
- [x] [iOS](examples/whisper.objc)
|
| 21 |
- [x] Linux
|
| 22 |
- [x] [WebAssembly](examples/whisper.wasm)
|
| 23 |
+
- [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/5)]
|
| 24 |
+
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
|
| 25 |
- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
|
| 26 |
|
| 27 |
The entire implementation of the model is contained in 2 source files:
|