-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into raspawar/default-model
- Loading branch information
Showing
8 changed files
with
154 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
## [integrations/llama_cpp-v0.4.1] - 2024-08-08 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Retry tests to reduce flakyness (#836) | ||
- Update ruff invocation to include check parameter (#853) | ||
- Pin `llama-cpp-python>=0.2.87` (#955) | ||
|
||
## [integrations/llama_cpp-v0.4.0] - 2024-05-13 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix commit (#436) | ||
|
||
|
||
- Fix order of API docs (#447) | ||
|
||
This PR will also push the docs to Readme | ||
|
||
### 📚 Documentation | ||
|
||
- Update category slug (#442) | ||
- Small consistency improvements (#536) | ||
- Disable-class-def (#556) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- [**breaking**] Rename model_path to model in the Llama.cpp integration (#243) | ||
|
||
### Llama.cpp | ||
|
||
- Generate api docs (#353) | ||
|
||
## [integrations/llama_cpp-v0.2.1] - 2024-01-18 | ||
|
||
## [integrations/llama_cpp-v0.2.0] - 2024-01-17 | ||
|
||
## [integrations/llama_cpp-v0.1.0] - 2024-01-09 | ||
|
||
### 🚀 Features | ||
|
||
- Add Llama.cpp Generator (#179) | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters