mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-05-04 22:47:19 +00:00
Bump version to v2.5.3 and release notes.
This commit is contained in:
parent
5508e43466
commit
bc88271520
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 5)
|
set(APP_VERSION_MINOR 5)
|
||||||
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
|
||||||
|
@ -565,6 +565,23 @@
|
|||||||
* Jared Van Bortel (Nomic AI)
|
* Jared Van Bortel (Nomic AI)
|
||||||
* Victor Tsaran <vtsaran@yahoo.com>
|
* Victor Tsaran <vtsaran@yahoo.com>
|
||||||
* Community (beta testers, bug reporters, bindings authors)
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "2.5.2",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
* Support for GGUF v3 models
|
||||||
|
* Important fixes for AMD GPUs
|
||||||
|
* Don't start recalculating context immediately for saved chats
|
||||||
|
* UI fixes for chat name generation
|
||||||
|
* UI fixes for leading whitespaces in chat generation
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Jared Van Bortel (Nomic AI)
|
||||||
|
* Adam Treat (Nomic AI)
|
||||||
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user