From be6d3bf9dc1e5e358b1d73f1d447637cb5cee381 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 5 Mar 2024 13:15:21 -0500 Subject: [PATCH] Bump version and release notes for 2.7.2 Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 076e3c0b..416fa162 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -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 diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 1ca17c3a..34e2eeb0 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -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) " } ]