mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 11:40:17 +00:00
Add notice about pending change
This commit is contained in:
parent
3f9c6135e4
commit
3366853e41
12
README.md
12
README.md
@ -5,15 +5,21 @@
|
|||||||
|
|
||||||
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
|
Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**TEMPORARY NOTICE:**
|
||||||
|
Big code change incoming: https://github.com/ggerganov/llama.cpp/pull/370
|
||||||
|
|
||||||
|
Do not merge stuff until we merge this. Probably merge will happen on March 22 ~6:00am UTC
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**Hot topics:**
|
**Hot topics:**
|
||||||
|
|
||||||
- [Added Alpaca support](https://github.com/ggerganov/llama.cpp#instruction-mode-with-alpaca)
|
- [Added Alpaca support](https://github.com/ggerganov/llama.cpp#instruction-mode-with-alpaca)
|
||||||
- Cache input prompts for faster initialization: https://github.com/ggerganov/llama.cpp/issues/64
|
- Cache input prompts for faster initialization: https://github.com/ggerganov/llama.cpp/issues/64
|
||||||
- Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105
|
- Create a `llama.cpp` logo: https://github.com/ggerganov/llama.cpp/issues/105
|
||||||
|
|
||||||
**TEMPORARY NOTICE:**
|
|
||||||
If you're updating to the latest master, you will need to regenerate your model files as the format has changed.
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
The main goal is to run the model using 4-bit quantization on a MacBook
|
The main goal is to run the model using 4-bit quantization on a MacBook
|
||||||
|
Loading…
Reference in New Issue
Block a user