Skip to content

Commit d9f65c9

Browse files
authored
readme : update hot topics
1 parent b838b53 commit d9f65c9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
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-
1611
### Recent API changes
1712

1813
- [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
@@ -21,6 +16,8 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
2116

2217
### Hot topics
2318

19+
- Looking for contributions to add Deepseek support: https://github.com/ggerganov/llama.cpp/issues/5981
20+
- Quantization blind testing: https://github.com/ggerganov/llama.cpp/discussions/5962
2421
- Initial Mamba support has been added: https://github.com/ggerganov/llama.cpp/pull/5328
2522

2623
----

0 commit comments

Comments
 (0)