From d65786ea540a5aef21f67cacfa6f134097727780 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 20 Aug 2024 03:57:45 -0400 Subject: [PATCH] readme : fix broken links (#2358) For whisper.cpp and whisper.h files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d66ace..3d2aed5b 100644 --- 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.