File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Update llama.cpp to ggerganov/llama.cpp@0a7c980b6f94a049cb804573df2d8092a34df8e4
11
+ - Add support for Llava1.5 multi-modal models by @damian0815 and @abetlen in #821
12
+ - Update OpenAI API compatibility to match dev day update by @abetlen in #821
13
+
10
14
## [ 0.2.14]
11
15
12
- - Update llama.cpp to f0b30ef7dc1360922ccbea0a8cd3918ecf15eaa7
16
+ - Update llama.cpp to ggerganov/llama.cpp@ f0b30ef7dc1360922ccbea0a8cd3918ecf15eaa7
13
17
- Add support for Huggingface Autotokenizer Chat Formats by @bioshazard and @abetlen in #790 and bbffdaebaa7bb04b543dbf683a07276087251f86
14
18
- Fix llama-2 chat format by @earonesty in #869
15
19
- Add support for functionary chat format by @abetlen in #784
16
20
- Migrate inference from deprecated ` llama_eval ` API to ` llama_batch ` and ` llama_decode ` by @abetlen in #795
17
21
18
22
## [ 0.2.13]
19
23
20
- - Update llama.cpp to 51b2fc11f7f605fff49725a4540e9a6ef7b51b70
24
+ - Update llama.cpp to ggerganov/llama.cpp@ 51b2fc11f7f605fff49725a4540e9a6ef7b51b70
21
25
- Fix name 'open' is not defined exception when deleting model by @abetlen in 011b95d7f34cbfc528af75a892757bd9a20838ab
22
26
- Fix tokenization of special characters by @antoine-lizee in #850
23
27
You can’t perform that action at this time.
0 commit comments