New release and bump the version.

This commit is contained in:
Adam Treat 2023-06-16 15:20:23 -04:00
parent 782e1e77a4
commit 0a0d4a714e
2 changed files with 28 additions and 1 deletions

View File

@ -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

View File

@ -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)
"
}
]