Skip to content

Commit 1792a60

Browse files
ggerganovhazelnutcloud
authored andcommitted
readme : update hot topics
1 parent 1d0795e commit 1792a60

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others) in pure C/C++
1010

11+
> [!IMPORTANT]
12+
> **Quantization blind testing: https://github.com/ggerganov/llama.cpp/discussions/5962**
13+
>
14+
> Vote for which quantization type provides better responses, all other parameters being the same.
15+
1116
### Recent API changes
1217

1318
- [2024 Mar 8] `llama_kv_cache_seq_rm()` returns a `bool` instead of `void`, and new `llama_n_max_seq()` returns the upper limit of acceptable `seq_id` in batches (relevant when dealing with multiple sequences) https://github.com/ggerganov/llama.cpp/pull/5328
@@ -16,11 +21,7 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
1621

1722
### Hot topics
1823

19-
- The `api_like_OAI.py` script has been removed - use `server` instead ([#5766](https://github.com/ggerganov/llama.cpp/issues/5766#issuecomment-1969037761))
20-
- Support for chat templates: [Wiki (contributions welcome)](https://github.com/ggerganov/llama.cpp/wiki/Templates-supported-by-llama_chat_apply_template)
21-
- Support for Gemma models: https://github.com/ggerganov/llama.cpp/pull/5631
22-
- Non-linear quantization IQ4_NL: https://github.com/ggerganov/llama.cpp/pull/5590
23-
- Looking for contributions to improve and maintain the `server` example: https://github.com/ggerganov/llama.cpp/issues/4216
24+
- Initial Mamba support has been added: https://github.com/ggerganov/llama.cpp/pull/5328
2425

2526
----
2627

0 commit comments

Comments
 (0)