mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-03-07 20:40:02 +00:00
Remove unused tensors from delta-net (#1350)
This commit is contained in:
@@ -4695,8 +4695,6 @@ struct llama_context * llama_init_from_model(
|
||||
struct llama_model * model,
|
||||
struct llama_context_params params) {
|
||||
|
||||
printf("===================================== %s: %s\n", __func__, ggml_type_name(params.type_reduce));
|
||||
|
||||
if (!model) {
|
||||
LLAMA_LOG_ERROR("%s: model cannot be NULL\n", __func__);
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user