mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 13:10:35 +00:00
Bump the version and release notes for v2.6.2.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
cdf0fedae2
commit
a5275ea9e7
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 6)
|
set(APP_VERSION_MINOR 6)
|
||||||
set(APP_VERSION_PATCH 2)
|
set(APP_VERSION_PATCH 3)
|
||||||
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
|
||||||
|
@ -636,6 +636,27 @@
|
|||||||
* Jared Van Bortel (Nomic AI)
|
* Jared Van Bortel (Nomic AI)
|
||||||
* Adam Treat (Nomic AI)
|
* Adam Treat (Nomic AI)
|
||||||
* Community (beta testers, bug reporters, bindings authors)
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "2.6.2",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
* Update to latest llama.cpp
|
||||||
|
* Update to newly merged vulkan backend
|
||||||
|
* Partial GPU offloading support
|
||||||
|
* New localdocs speed increases and features
|
||||||
|
* New GUI settings option for configuring how many layers to put on GPU
|
||||||
|
* New lightmode theme, darkmode theme and legacy theme
|
||||||
|
* Lots of UI updates and enhancements
|
||||||
|
* Scores of bugfixes for stability and usability
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Jared Van Bortel (Nomic AI)
|
||||||
|
* Adam Treat (Nomic AI)
|
||||||
|
* Karthik Nair
|
||||||
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user