From: Georgi Gerganov Date: Sat, 24 Jun 2023 17:58:42 +0000 (+0300) Subject: readme : add BioGPT example link X-Git-Tag: upstream/0.0.1642~1388 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a1d0ea7c2abd44f56822ffdfcfe0a0fcf7170885;p=pkg%2Fggml%2Fsources%2Fggml readme : add BioGPT example link --- diff --git a/README.md b/README.md index a6046520..1e284cbe 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of 💫 StarCoder inference [examples/starcoder](https://github.com/ggerganov/ggml/tree/master/examples/starcoder) - [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) ## Whisper inference (example)