Release notes for v2.4.16 and bump the version.

This commit is contained in:
Adam Treat 2023-09-14 11:24:25 -04:00
parent 9013a089bd
commit 79843c269e
2 changed files with 15 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 2) set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 4) set(APP_VERSION_MINOR 4)
set(APP_VERSION_PATCH 16) set(APP_VERSION_PATCH 17)
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

View File

@ -480,6 +480,20 @@
* Aaron Miller (Nomic AI) * Aaron Miller (Nomic AI)
* Nils Sauer (Nomic AI) * Nils Sauer (Nomic AI)
* Lakshay Kansal (Nomic AI) * Lakshay Kansal (Nomic AI)
"
},
{
"version": "2.4.16",
"notes":
"
* Bugfix for properly falling back to CPU when GPU can't be used
* Report the actual device we're using
* Fix context bugs for GPU accelerated models
",
"contributors":
"
* Adam Treat (Nomic AI)
* Aaron Miller (Nomic AI)
" "
} }
] ]