From 0a0d4a714e6662121cb54b28b1b62dfac06d6c3a Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 16 Jun 2023 15:20:23 -0400 Subject: [PATCH] New release and bump the version. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 552cc6e2..9cff6393 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 7) +set(APP_VERSION_PATCH 8) 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 c695dd00..0e6877d1 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -250,6 +250,33 @@ * Tim Miller * Peter Gagarinov * Community (beta testers, bug reporters) +" + }, + { + "version": "2.4.7", + "notes": +" +* replit model support +* macos metal accelerated support +* fix markdown for localdocs references +* inline syntax highlighting for python and cpp with more languages coming +* synced with upstream llama.cpp +* ui fixes and default generation settings changes +* backend bugfixes +* allow for loading files directly from huggingface via TheBloke without name changes +", + "contributors": +" +* Nils Sauer (Nomic AI) +* Adam Treat (Nomic AI) +* Aaron Miller (Nomic AI) +* Richard Guo (Nomic AI) +* Andriy Mulyar (Nomic AI) +* Ettore Di Giacinto +* AMOGUS +* Felix Zaslavskiy +* Tim Miller +* Community (beta testers, bug reporters) " } ]