From: Georgi Gerganov Date: Sun, 25 Jun 2023 13:09:34 +0000 (+0300) Subject: readme : add roadmap + manifesto X-Git-Tag: upstream/0.0.1642~1379 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d2cd00f8b762bf5ee8f8bd3a13866f1990aadad6;p=pkg%2Fggml%2Fsources%2Fggml readme : add roadmap + manifesto --- diff --git a/README.md b/README.md index 281ad16b..8a92c1f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ggml +[Roadmap](https://github.com/users/ggerganov/projects/7) / [Manifesto](https://github.com/ggerganov/llama.cpp/discussions/205) + Tensor library for machine learning ***Note that this project is under active development. \ @@ -17,7 +19,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - No third-party dependencies - Zero memory allocations during runtime -## Roadmap +## Updates - [X] Example of GPT-2 inference [examples/gpt-2](https://github.com/ggerganov/ggml/tree/master/examples/gpt-2) - [X] Example of GPT-J inference [examples/gpt-j](https://github.com/ggerganov/ggml/tree/master/examples/gpt-j)