File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ endif()
18
18
19
19
set (APP_VERSION_MAJOR 2)
20
20
set (APP_VERSION_MINOR 4)
21
- set (APP_VERSION_PATCH 16 )
21
+ set (APP_VERSION_PATCH 17 )
22
22
set (APP_VERSION "${APP_VERSION_MAJOR} .${APP_VERSION_MINOR} .${APP_VERSION_PATCH} " )
23
23
24
24
# Include the binary directory for the generated header file
Original file line number Diff line number Diff line change 480
480
* Aaron Miller (Nomic AI)
481
481
* Nils Sauer (Nomic AI)
482
482
* 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)
483
497
"
484
498
}
485
499
]
You can’t perform that action at this time.
0 commit comments