mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-07 19:13:28 +00:00
Bump version and new release notes for metal bugfix edition.
This commit is contained in:
parent
e2c807d4df
commit
42e8049564
@ -17,7 +17,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 4)
|
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}")
|
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
|
|
||||||
# Include the binary directory for the generated header file
|
# Include the binary directory for the generated header file
|
||||||
|
@ -277,6 +277,33 @@
|
|||||||
* Felix Zaslavskiy
|
* Felix Zaslavskiy
|
||||||
* Tim Miller
|
* Tim Miller
|
||||||
* Community (beta testers, bug reporters)
|
* 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)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user