Remove unused tensors from delta-net (#1350)

This commit is contained in:
Kawrakow
2026-03-02 16:02:40 +01:00
committed by GitHub
parent d4ac5f1566
commit 3735e88925
4 changed files with 9 additions and 58 deletions

View File

@@ -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;