]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add roadmap + manifesto
authorGeorgi Gerganov <redacted>
Sun, 25 Jun 2023 13:09:34 +0000 (16:09 +0300)
committerGitHub <redacted>
Sun, 25 Jun 2023 13:09:34 +0000 (16:09 +0300)
README.md

index 281ad16bd4aedc7811eb8ef286e156e30af68ee4..8a92c1f2e4b4d34801d55ede21475f3be1299ae6 100644 (file)
--- 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)