chore: do not report the fake VAE "allocation" as an error (#1494)

This commit is contained in:
Wagner Bruna
2026-05-16 16:08:31 +08:00
committed by GitHub
parent 0b8296915c
commit 686856edca
+3
View File
@@ -2732,6 +2732,9 @@ public:
rebuild_params_tensor_set();
return true;
}
} else {
LOG_DEBUG("%s skipping params allocation (no tensors)", get_desc().c_str());
return true;
}
params_buffer = ggml_backend_alloc_ctx_tensors(params_ctx, params_backend);
if (params_buffer == nullptr) {