]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sun, 23 Oct 2022 05:04:33 +0000 (08:04 +0300)
committerGeorgi Gerganov <redacted>
Sun, 23 Oct 2022 05:04:33 +0000 (08:04 +0300)
README.md
examples/whisper.wasm/index-tmpl.html

index 40d0bef4fbd76f9da0460ee2d1f0abe5dab118a2..1784d555b67ae17eaa059cf8d08eb1ca2ed3f8ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,16 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
 - Zero memory allocations at runtime
 - Runs on the CPU
 - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
-- Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), Raspberry Pi, Android
+
+Supported platforms:
+
+- [x] Mac OS (Intel and Arm)
+- [x] Linux
+- [x] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5)
+- [x] [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm)
+- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7)
+- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
+- [ ] iOS
 
 ## Usage
 
index 0e0d0ff088a20132bf81974101fd0b75f1478f9a..e922268bbc9c245480d85167b6e275d6bcb30d65 100644 (file)
             }
 
             //
-            // Transcribe
+            // transcribe
             //
 
             function onProcess(translate) {