Skip to content

Commit

Permalink
Bump version and new release notes for metal bugfix edition.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Jun 16, 2023
1 parent e2c807d commit 42e8049
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()

set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 4)
set(APP_VERSION_PATCH 8)
set(APP_VERSION_PATCH 9)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")

# Include the binary directory for the generated header file
Expand Down
27 changes: 27 additions & 0 deletions gpt4all-chat/metadata/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,33 @@
* Felix Zaslavskiy
* Tim Miller
* Community (beta testers, bug reporters)
"
},
{
"version": "2.4.8",
"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)
"
}
]

0 comments on commit 42e8049

Please sign in to comment.