ggerganov commited on
Commit
5b25a5a
·
unverified ·
1 Parent(s): 9c06261

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,8 +26,8 @@ Supported platforms:
26
 
27
  The entire implementation of the model is contained in 2 source files:
28
 
29
- - [ggml.h](ggml.h) / [ggml.c](ggml.c)
30
- - [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp)
31
 
32
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
33
  As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device:
 
26
 
27
  The entire implementation of the model is contained in 2 source files:
28
 
29
+ - Tensor operations: [ggml.h](ggml.h) / [ggml.c](ggml.c)
30
+ - Transformer inference: [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp)
31
 
32
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
33
  As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device: