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

This commit is contained in:
Wagner Bruna 2026-05-16 05:08:31 -03:00 committed by GitHub
parent 0b8296915c
commit 686856edca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {