]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : update roadmap (#164)
authorpikalover6 <redacted>
Thu, 18 May 2023 06:52:22 +0000 (23:52 -0700)
committerGitHub <redacted>
Thu, 18 May 2023 06:52:22 +0000 (09:52 +0300)
+ MPT & Replit

README.md

index 7250a545831d94c30ffc1836097875fecb99e9b6..d83d6bd425708c33f299671e774149ce4cf32190 100644 (file)
--- 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)