From 58cd3466868d2d99cdffe7a4889fbb382699626d Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 27 Jun 2023 18:01:23 -0400 Subject: [PATCH] Bump release again and new release notes. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 17e8a7c0..fdebe740 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -17,7 +17,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 4) -set(APP_VERSION_PATCH 10) +set(APP_VERSION_PATCH 11) 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 b318d5ae..afcde97d 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -336,6 +336,38 @@ * cosmic-snow * AMOGUS * Community (beta testers, bug reporters) +" + }, + { + "version": "2.4.10", + "notes": +" +* New GPT4All Falcon model +* New Orca models +* Token generation speed is now reported in GUI +* Bugfix for localdocs references when regenerating +* General fixes for thread safety +* Many fixes to UI to add descriptions for error conditions +* Fixes for saving/reloading chats +* Complete refactor of the model download dialog with metadata about models available +* Resume downloads bugfix +* CORS fix +* Documentation fixes and typos +* Latest llama.cpp update +* Update of replit +* Force metal setting +* Fixes for model loading with metal on macOS +", + "contributors": +" +* Nils Sauer (Nomic AI) +* Adam Treat (Nomic AI) +* Aaron Miller (Nomic AI) +* Richard Guo (Nomic AI) +* Andriy Mulyar (Nomic AI) +* cosmic-snow +* AMOGUS +* Community (beta testers, bug reporters) " } ]