mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
New release and bump the version.
This commit is contained in:
parent
782e1e77a4
commit
0a0d4a714e
@ -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
|
||||
|
@ -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)
|
||||
"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user