mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
Add release notes for 2.5.0 and bump the version.
This commit is contained in:
parent
245c5ce5ea
commit
9e99cf937a
@ -18,7 +18,7 @@ endif()
|
||||
|
||||
set(APP_VERSION_MAJOR 2)
|
||||
set(APP_VERSION_MINOR 5)
|
||||
set(APP_VERSION_PATCH 0)
|
||||
set(APP_VERSION_PATCH 1)
|
||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||
|
||||
# Include the binary directory for the generated header file
|
||||
|
@ -529,6 +529,27 @@
|
||||
"contributors":
|
||||
"
|
||||
* Adam Treat (Nomic AI)
|
||||
"
|
||||
},
|
||||
{
|
||||
"version": "2.5.0",
|
||||
"notes":
|
||||
"
|
||||
* Major new release supports GGUF models only!
|
||||
* New models like Mistral Instruct, Replit 1.5, Rift Coder and more
|
||||
* All previous version of ggml-based models are no longer supported
|
||||
* Extensive changes to vulkan support
|
||||
* Better GPU error messages
|
||||
* Prompt processing on the GPU
|
||||
* Save chats now saves to text (less harddrive space)
|
||||
* Many more changes
|
||||
",
|
||||
"contributors":
|
||||
"
|
||||
* Aaron Miller (Nomic AI)
|
||||
* Jared Van Bortel (Nomic AI)
|
||||
* Adam Treat (Nomic AI)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user