Spaces:
Running
Running
Update README.md
Browse files
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:
|