mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-17 08:52:06 +00:00
Bump version and release notes for 2.7.2
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
83c76be68a
commit
be6d3bf9dc
@ -18,7 +18,7 @@ endif()
|
|||||||
|
|
||||||
set(APP_VERSION_MAJOR 2)
|
set(APP_VERSION_MAJOR 2)
|
||||||
set(APP_VERSION_MINOR 7)
|
set(APP_VERSION_MINOR 7)
|
||||||
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
|
||||||
|
@ -705,6 +705,25 @@
|
|||||||
* Jared Van Bortel (Nomic AI)
|
* Jared Van Bortel (Nomic AI)
|
||||||
* Adam Treat (Nomic AI)
|
* Adam Treat (Nomic AI)
|
||||||
* Community (beta testers, bug reporters, bindings authors)
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
|
"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "2.7.2",
|
||||||
|
"notes":
|
||||||
|
"
|
||||||
|
* New support for model search/discovery using huggingface search in downloads
|
||||||
|
* Support for more model architectures for GPU acceleration
|
||||||
|
* Three different crash fixes for corner case settings
|
||||||
|
* Add a minp sampling parameter
|
||||||
|
* Bert layoer norm epsilon value
|
||||||
|
* Fix problem with blank lines between reply and next prompt
|
||||||
|
",
|
||||||
|
"contributors":
|
||||||
|
"
|
||||||
|
* Christopher Barrera
|
||||||
|
* Jared Van Bortel (Nomic AI)
|
||||||
|
* Adam Treat (Nomic AI)
|
||||||
|
* Community (beta testers, bug reporters, bindings authors)
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user