Spaces:
Running
Running
readme : fix broken links (#2358)
Browse filesFor whisper.cpp and whisper.h files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ Supported platforms:
|
|
| 35 |
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
|
| 36 |
- [x] [docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp)
|
| 37 |
|
| 38 |
-
The entire high-level implementation of the model is contained in [whisper.h](whisper.h) and [whisper.cpp](whisper.cpp).
|
| 39 |
The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.
|
| 40 |
|
| 41 |
Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
|
|
|
|
| 35 |
- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
|
| 36 |
- [x] [docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp)
|
| 37 |
|
| 38 |
+
The entire high-level implementation of the model is contained in [whisper.h](include/whisper.h) and [whisper.cpp](src/whisper.cpp).
|
| 39 |
The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.
|
| 40 |
|
| 41 |
Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
|