Skip to content

Commit 79843c2

Browse files
committed
Release notes for v2.4.16 and bump the version.
1 parent 9013a08 commit 79843c2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

gpt4all-chat/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818

1919
set(APP_VERSION_MAJOR 2)
2020
set(APP_VERSION_MINOR 4)
21-
set(APP_VERSION_PATCH 16)
21+
set(APP_VERSION_PATCH 17)
2222
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
2323

2424
# Include the binary directory for the generated header file

gpt4all-chat/metadata/release.json

+14
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,20 @@
480480
* Aaron Miller (Nomic AI)
481481
* Nils Sauer (Nomic AI)
482482
* Lakshay Kansal (Nomic AI)
483+
"
484+
},
485+
{
486+
"version": "2.4.16",
487+
"notes":
488+
"
489+
* Bugfix for properly falling back to CPU when GPU can't be used
490+
* Report the actual device we're using
491+
* Fix context bugs for GPU accelerated models
492+
",
493+
"contributors":
494+
"
495+
* Adam Treat (Nomic AI)
496+
* Aaron Miller (Nomic AI)
483497
"
484498
}
485499
]

0 commit comments

Comments
 (0)