From: Georgi Gerganov Date: Sun, 25 Jun 2023 10:07:18 +0000 (+0300) Subject: readme : add encodec.cpp link X-Git-Tag: upstream/0.0.1642~1387 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=73c761921d481ebad03b902b4197fd35ec377a09;p=pkg%2Fggml%2Fsources%2Fggml readme : add encodec.cpp link --- diff --git a/README.md b/README.md index 1e284cbe..281ad16b 100644 --- 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)