Bump and release v2.5.4

This commit is contained in:
Adam Treat
2023-11-21 16:56:52 -05:00
parent 4862e8b650
commit e4ff972522
2 changed files with 17 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 5)
set(APP_VERSION_PATCH 4)
set(APP_VERSION_PATCH 5)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Include the binary directory for the generated header file

View File

@@ -600,6 +600,22 @@
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "2.5.4",
"notes":
"
* Major bugfix release with new models!
* Model: Recently released Orca 2 model which does exceptionally well on reasoning tasks
* Fix: System prompt was not always being honored
* Fix: Download network retry on cloudflare errors
",
"contributors":
"
* Adam Treat (Nomic AI)
* Jared Van Bortel (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
}
]