]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : add June roadmap
authorGeorgi Gerganov <redacted>
Wed, 7 Jun 2023 04:15:08 +0000 (07:15 +0300)
committerGitHub <redacted>
Wed, 7 Jun 2023 04:15:08 +0000 (07:15 +0300)
README.md

index 28842e968b75cbcb3133972d988ca4f067f00b26..0c87af6eea667c0a852c6149b269c1d3dc30be55 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
 
 **Hot topics:**
 
+- Roadmap June 2023: https://github.com/ggerganov/llama.cpp/discussions/1729
 - GPU support with Metal (Apple Silicon): https://github.com/ggerganov/llama.cpp/pull/1642
 - High-quality 2,3,4,5,6-bit quantization: https://github.com/ggerganov/llama.cpp/pull/1684
 - Multi-GPU support: https://github.com/ggerganov/llama.cpp/pull/1607