File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
55
55
56
56
## Implementation details
57
57
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) )
60
60
- Sample usage is demonstrated in [ main.cpp] ( examples/main )
61
61
- Sample real-time audio transcription from the microphone is demonstrated in [ stream.cpp] ( examples/stream )
62
62
- Various other examples are available in the [ examples] ( examples ) folder
You can’t perform that action at this time.
0 commit comments