]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add encodec.cpp link
authorGeorgi Gerganov <redacted>
Sun, 25 Jun 2023 10:07:18 +0000 (13:07 +0300)
committerGitHub <redacted>
Sun, 25 Jun 2023 10:07:18 +0000 (13:07 +0300)
README.md

index 1e284cbec4b0a157bf2a2a508d86bf0a4d90ada1..281ad16bd4aedc7811eb8ef286e156e30af68ee4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Some of the development is currently happening in the [llama.cpp](https://github
 - [X] Example of MPT inference [examples/mpt](https://github.com/ggerganov/ggml/tree/master/examples/mpt)
 - [X] Example of Replit inference [examples/replit](https://github.com/ggerganov/ggml/tree/master/examples/replit)
 - [X] Example of BioGPT inference [PABannier/biogpt.cpp](https://github.com/PABannier/biogpt.cpp)
+- [X] Example of Encodec inference [PABannier/encodec.cpp](https://github.com/PABannier/encodec.cpp) 
 
 ## Whisper inference (example)