From a09e9123ca73b309d4195407856dbe52de8bc9aa Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 5 Nov 2022 08:44:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d49d9..43a4778 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: