mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 05:29:20 +00:00
chat: add release notes for v2.7.5 and bump version (#2300)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
d7c47fb6f7
commit
26eaf598b4
@ -18,7 +18,7 @@ endif()
|
||||
|
||||
set(APP_VERSION_MAJOR 2)
|
||||
set(APP_VERSION_MINOR 7)
|
||||
set(APP_VERSION_PATCH 5)
|
||||
set(APP_VERSION_PATCH 6)
|
||||
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||
|
||||
# Include the binary directory for the generated header file
|
||||
|
@ -791,6 +791,25 @@
|
||||
* Tim453 (`@Tim453`)
|
||||
* Xu Zhen (`@xuzhen`)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
},
|
||||
{
|
||||
"version": "2.7.5",
|
||||
"notes":
|
||||
"
|
||||
<b>— What's New —</b>
|
||||
* Improve accuracy of anonymous usage statistics (PR #2297, PR #2299)
|
||||
|
||||
<b>— Fixes —</b>
|
||||
* Fix some issues with anonymous usage statistics (PR #2270, PR #2296)
|
||||
* Default to GPU with most VRAM on Windows and Linux, not least (PR #2297)
|
||||
* Fix initial failure to generate embeddings with Nomic Embed (PR #2284)
|
||||
",
|
||||
"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