Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Aug 27, 2024
1 parent aaf3121 commit fa71fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## v2.1.2
## v2.2.0
#### πŸš€ Features

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

#### πŸ› Fixes

Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.release.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### πŸš€ Features

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

### πŸ› Fixes

Expand Down

0 comments on commit fa71fa3

Please sign in to comment.