From: Georgi Gerganov Date: Sun, 23 Oct 2022 05:04:33 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1917 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3e69a6071d8618fe6f8492d7fce6951a62138acd;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 40d0bef4..1784d555 100644 --- 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 diff --git a/examples/whisper.wasm/index-tmpl.html b/examples/whisper.wasm/index-tmpl.html index 0e0d0ff0..e922268b 100644 --- a/examples/whisper.wasm/index-tmpl.html +++ b/examples/whisper.wasm/index-tmpl.html @@ -441,7 +441,7 @@ } // - // Transcribe + // transcribe // function onProcess(translate) {