]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : fix broken links (#2358)
authorEric Curtin <redacted>
Tue, 20 Aug 2024 07:57:45 +0000 (03:57 -0400)
committerGitHub <redacted>
Tue, 20 Aug 2024 07:57:45 +0000 (10:57 +0300)
For whisper.cpp and whisper.h files

README.md

index d1d66acede42b21f2c641fa659b0262c0e50a240..3d2aed5b2ffd8f3baa338a65f0088587f209dd39 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Supported platforms:
 - [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/discussions/166)
 - [x] [docker](https://github.com/ggerganov/whisper.cpp/pkgs/container/whisper.cpp)
 
-The entire high-level implementation of the model is contained in [whisper.h](whisper.h) and [whisper.cpp](whisper.cpp).
+The entire high-level implementation of the model is contained in [whisper.h](include/whisper.h) and [whisper.cpp](src/whisper.cpp).
 The rest of the code is part of the [`ggml`](https://github.com/ggerganov/ggml) machine learning library.
 
 Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.