ggerganov commited on
Commit
ed2182d
·
unverified ·
1 Parent(s): fb37d20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -17,12 +17,12 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
17
  Supported platforms:
18
 
19
  - [x] Mac OS (Intel and Arm)
 
20
  - [x] Linux
 
21
  - [x] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5)
22
- - [x] [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm)
23
  - [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7)
24
  - [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
25
- - [x] [iOS](https://github.com/ggerganov/whisper.cpp/issues/45)
26
 
27
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
28
  As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device:
@@ -316,5 +316,4 @@ For more details, see the conversion script [models/convert-pt-to-ggml.py](model
316
 
317
  - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
318
  - [ ] Python:
319
- - [ ] Obj-C:
320
  - [ ] Java:
 
17
  Supported platforms:
18
 
19
  - [x] Mac OS (Intel and Arm)
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
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
28
  As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device:
 
316
 
317
  - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs)
318
  - [ ] Python:
 
319
  - [ ] Java: