From: Georgi Gerganov Date: Wed, 7 Jun 2023 04:15:08 +0000 (+0300) Subject: readme : add June roadmap X-Git-Tag: gguf-v0.4.0~673 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4dc62c545df0af60635d579e9e4dd91bc5afff51;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : add June roadmap --- diff --git a/README.md b/README.md index 28842e96..0c87af6e 100644 --- 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