diff --git a/CHANGELOG.md b/CHANGELOG.md index ee83d0df..5562a81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.release.md b/CHANGELOG.release.md index ced75b15..d405932e 100644 --- a/CHANGELOG.release.md +++ b/CHANGELOG.release.md @@ -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