mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Add release notes for v3.1.1 and bump version
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
4bbd0360a0
commit
52e076e9a1
@ -18,9 +18,9 @@ endif()
|
||||
|
||||
set(APP_VERSION_MAJOR 3)
|
||||
set(APP_VERSION_MINOR 1)
|
||||
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 "${APP_VERSION_BASE}")
|
||||
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
|
||||
|
||||
|
@ -935,6 +935,24 @@
|
||||
* cosmic-snow (`@cosmic-snow`)
|
||||
* 3Simplex (`@3Simplex`)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
},
|
||||
{
|
||||
"version": "3.1.1",
|
||||
"notes":
|
||||
"
|
||||
<b>— What's New —</b>
|
||||
* Ability to add OpenAI compatible remote models (#2683)
|
||||
|
||||
<b>— Fixes —</b>
|
||||
* Update llama.cpp to cherry-pick Llama 3.1 RoPE fix. (#2758)
|
||||
",
|
||||
"contributors":
|
||||
"
|
||||
* Adam Treat (Nomic AI)
|
||||
* Jared Van Bortel (Nomic AI)
|
||||
* Shiranui (@supersonictw)
|
||||
* Community (beta testers, bug reporters, bindings authors)
|
||||
"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user