diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-07-04 22:25:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 22:25:22 +0300 |
commit | b472f3fca558b6335adbd87210ed58cfb5da37cb (patch) | |
tree | 514b1ba33ea14885d5f1dd2510b2d0e3ed47cfe4 | |
parent | ed9a54e5129a11c2a5b555e1dc65e875e3c37b4f (diff) |
readme : add link web chat PR
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:** +- Simple web chat example: https://github.com/ggerganov/llama.cpp/pull/1998 - k-quants now support super-block size of 64: https://github.com/ggerganov/llama.cpp/pull/2001 - New roadmap: https://github.com/users/ggerganov/projects/7 - Azure CI brainstorming: https://github.com/ggerganov/llama.cpp/discussions/1985 |