mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Bump version and release notes for v2.7.3
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
5ed9aea410
commit
11db71e0a7
@ -18,7 +18,7 @@ endif()
|
||||
|
||||
set(APP_VERSION_MAJOR 2)
|
||||
set(APP_VERSION_MINOR 7)
|
||||
set(APP_VERSION_PATCH 3)
|
||||
set(APP_VERSION_PATCH 4)
|
||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||
|
||||
# Include the binary directory for the generated header file
|
||||
|
@ -724,6 +724,34 @@
|
||||
* Jared Van Bortel (Nomic AI)
|
||||
* Adam Treat (Nomic AI)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
},
|
||||
{
|
||||
"version": "2.7.3",
|
||||
"notes":
|
||||
"
|
||||
* Fix for network reachability unknown
|
||||
* Fix undefined behavior with resetContext
|
||||
* Fix ChatGPT which was broken with previous release
|
||||
* Fix for clean up of chat llm thread destruction
|
||||
* Display of model loading warnings
|
||||
* Fix for issue 2080 where the GUI appears to hang when a chat is deleted
|
||||
* Fix for issue 2077 better responsiveness of model download dialog when download is taking place
|
||||
* Fix for issue 2092 don't include models that are disabled for GUI in application default model list
|
||||
* Fix for issue 2087 where cloned modelds were lost and listed in download dialog erroneously
|
||||
* Fix for MPT models without duplicated token embd weight
|
||||
* New feature with api server port setting
|
||||
* Fix for issue 2024 where combobox for model settings uses currently used model by default
|
||||
* Clean up settings properly for removed models and don't list stale model settings in download dialog
|
||||
* Fix for issue 2105 where the cancel button was not working for discovered model downloads
|
||||
",
|
||||
"contributors":
|
||||
"
|
||||
* Christopher Barrera
|
||||
* Daniel Alencar
|
||||
* Jared Van Bortel (Nomic AI)
|
||||
* Adam Treat (Nomic AI)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user