llama.cpp : trailing whitespace fix
This commit is contained in:
parent
8d5004b760
commit
696bf0595a
1 changed files with 1 additions and 1 deletions
|
@ -5535,7 +5535,7 @@ struct llama_context * llama_new_context_with_model(
|
|||
llama_free(ctx);
|
||||
return NULL;
|
||||
}
|
||||
ggml_metal_log_set_callback(llama_log_callback_default, NULL);
|
||||
ggml_metal_log_set_callback(llama_log_callback_default, NULL);
|
||||
ggml_metal_graph_find_concurrency(ctx->ctx_metal, gf, false);
|
||||
ggml_allocr_set_parse_seq(ctx->alloc, ggml_metal_get_concur_list(ctx->ctx_metal), ggml_metal_if_optimized(ctx->ctx_metal));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue