ggerganov commited on
Commit
59192b4
·
unverified ·
1 Parent(s): 42bbdcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5)
24
- - [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7)
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: