mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 03:19:41 +00:00
updated the quantize files and makefile
This commit is contained in:
parent
4faae0afa9
commit
636f8e5a8e
3 changed files with 338 additions and 8 deletions
|
@ -293,7 +293,7 @@ int main(int argc, char ** argv) {
|
|||
|
||||
// needed to initialize f16 tables
|
||||
{
|
||||
struct ggml_init_params params = { 0, NULL };
|
||||
struct ggml_init_params params = { 0, NULL, false };
|
||||
struct ggml_context * ctx = ggml_init(params);
|
||||
ggml_free(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue