From: pikalover6 Date: Thu, 18 May 2023 06:52:22 +0000 (-0700) Subject: readme : update roadmap (#164) X-Git-Tag: upstream/0.0.1642~1464 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2a75bd43113702fe096c75408b300d106be90a58;p=pkg%2Fggml%2Fsources%2Fggml readme : update roadmap (#164) + MPT & Replit --- diff --git a/README.md b/README.md index 7250a545..d83d6bd4 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of StableLM (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox) - [X] Example of BERT inference [skeskinen/bert.cpp](https://github.com/skeskinen/bert.cpp) - [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) ## Whisper inference (example)