mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 13:10:35 +00:00
Add release notes and bump version for v3.2.1 (#2859)
Signed-off-by: Adam Treat <treat.adam@gmail.com> Signed-off-by: AT <manyoso@users.noreply.github.com> Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
af9416c0bf
commit
3386ac6331
@ -18,9 +18,9 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 3)
|
set(APP_VERSION_MAJOR 3)
|
||||||
set(APP_VERSION_MINOR 2)
|
set(APP_VERSION_MINOR 2)
|
||||||
set(APP_VERSION_PATCH 1)
|
set(APP_VERSION_PATCH 2)
|
||||||
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
|
||||||
set(APP_VERSION "${APP_VERSION_BASE}")
|
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Latest News
|
## Latest News
|
||||||
|
|
||||||
We're happy to announce that version 3.2.0 has been released! This new version brings:
|
Version 3.2.1 has now been released which fixes an issue with poor quality responses on NVIDIA GPUs in 3.2.0. The new 3.2 minor version brings:
|
||||||
|
|
||||||
* **Official Language Translations**: Translations for Simplified Chinese, Traditional Chinese, Italian, Portuguese, Romanian, and Spanish.<br/>
|
* **Official Language Translations**: Translations for Simplified Chinese, Traditional Chinese, Italian, Portuguese, Romanian, and Spanish.<br/>
|
||||||
Go to Settings > Language and Locale to change the application language.
|
Go to Settings > Language and Locale to change the application language.
|
||||||
|
@ -987,6 +987,19 @@
|
|||||||
* Dominik (`@cosmic-snow`)
|
* Dominik (`@cosmic-snow`)
|
||||||
* Jack (`@wuodoo`)
|
* Jack (`@wuodoo`)
|
||||||
* Community (beta testers, bug reporters, bindings authors)
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "3.2.1",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
<b>— Fixes —</b>
|
||||||
|
* Fix a potential Vulkan crash on application exit on some Linux systems
|
||||||
|
* Fix a bad CUDA build option that led to gibberish on newer NVIDIA GPUs
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Jared Van Bortel (Nomic AI)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user