Skip to content

Commit c0fd64a

Browse files
authored
readme : fix broken links in implementation details section (#2382)
1 parent 6e9596f commit c0fd64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
5555

5656
## Implementation details
5757

58-
- The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))
59-
- The transformer model and the high-level C-style API are implemented in C++ ([whisper.h](whisper.h) / [whisper.cpp](whisper.cpp))
58+
- The core tensor operations are implemented in C ([ggml.h](ggml/include/ggml.h) / [ggml.c](ggml/src/ggml.c))
59+
- The transformer model and the high-level C-style API are implemented in C++ ([whisper.h](include/whisper.h) / [whisper.cpp](src/whisper.cpp))
6060
- Sample usage is demonstrated in [main.cpp](examples/main)
6161
- Sample real-time audio transcription from the microphone is demonstrated in [stream.cpp](examples/stream)
6262
- Various other examples are available in the [examples](examples) folder

0 commit comments

Comments
 (0)