Skip to content

Commit fa71fa3

Browse files
committed
update changelogs
1 parent aaf3121 commit fa71fa3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## v2.1.2
1+
## v2.2.0
22
#### 🚀 Features
33

4-
- Update to latest llama.cpp (b3617) (PR: #210)
5-
- Integrate Llama 3.1 and Gemma2 models in model dropdown
64
- Implement embedding and lora adapter functionality (PR: #210)
75
- Read context length and warn if it is very large (PR: #211)
8-
- Setup to allow to use extra features: flash attention and IQ quants (PR: #216)
6+
- Setup allowing to use extra features: flash attention and IQ quants (PR: #216)
97
- Allow HTTP request retries for remote server (PR: #217)
108
- Allow to set lora weights at startup, add unit test (PR: #219)
9+
- allow relative StreamingAssets paths for models (PR: #221)
1110

1211
#### 🐛 Fixes
1312

CHANGELOG.release.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
### 🚀 Features
22

3-
- Update to latest llama.cpp (b3617) (PR: #210)
4-
- Integrate Llama 3.1 and Gemma2 models in model dropdown
53
- Implement embedding and lora adapter functionality (PR: #210)
64
- Read context length and warn if it is very large (PR: #211)
7-
- Setup to allow to use extra features: flash attention and IQ quants (PR: #216)
5+
- Setup allowing to use extra features: flash attention and IQ quants (PR: #216)
86
- Allow HTTP request retries for remote server (PR: #217)
97
- Allow to set lora weights at startup, add unit test (PR: #219)
8+
- allow relative StreamingAssets paths for models (PR: #221)
109

1110
### 🐛 Fixes
1211

0 commit comments

Comments
 (0)