Skip to content

Commit 3366853

Browse files
authored
Add notice about pending change
1 parent 3f9c613 commit 3366853

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55

66
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
77

8+
---
9+
10+
**TEMPORARY NOTICE:**
11+
Big code change incoming: https://github.com/ggerganov/llama.cpp/pull/370
12+
13+
Do not merge stuff until we merge this. Probably merge will happen on March 22 ~6:00am UTC
14+
15+
---
16+
817
**Hot topics:**
918

1019
- [Added Alpaca support](https://github.com/ggerganov/llama.cpp#instruction-mode-with-alpaca)
1120
- Cache input prompts for faster initialization: https://github.com/ggerganov/llama.cpp/issues/64
1221
- Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105
1322

14-
**TEMPORARY NOTICE:**
15-
If you're updating to the latest master, you will need to regenerate your model files as the format has changed.
16-
1723
## Description
1824

1925
The main goal is to run the model using 4-bit quantization on a MacBook

0 commit comments

Comments
 (0)