From: Georgi Gerganov Date: Sat, 5 Nov 2022 06:44:41 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1848 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a09e9123ca73b309d4195407856dbe52de8bc9aa;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 84d49d94..43a47789 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Supported platforms: The entire implementation of the model is contained in 2 source files: -- [ggml.h](ggml.h) / [ggml.c](ggml.c) -- [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp) +- Tensor operations: [ggml.h](ggml.h) / [ggml.c](ggml.c) +- Transformer inference: [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp) Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications. As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device: