Bump version and release notes for 2.7.2

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-03-05 13:15:21 -05:00
parent 83c76be68a
commit be6d3bf9dc
2 changed files with 20 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 7)
set(APP_VERSION_PATCH 2)
set(APP_VERSION_PATCH 3)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Include the binary directory for the generated header file

View File

@ -705,6 +705,25 @@
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "2.7.2",
"notes":
"
* New support for model search/discovery using huggingface search in downloads
* Support for more model architectures for GPU acceleration
* Three different crash fixes for corner case settings
* Add a minp sampling parameter
* Bert layoer norm epsilon value
* Fix problem with blank lines between reply and next prompt
",
"contributors":
"
* Christopher Barrera
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
}
]