]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sat, 5 Nov 2022 06:44:41 +0000 (08:44 +0200)
committerGitHub <redacted>
Sat, 5 Nov 2022 06:44:41 +0000 (08:44 +0200)
README.md

index 84d49d94df775f01a65433858732435445e549aa..43a4778990d025098264eb6af070d68b9946dde6 100644 (file)
--- 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: