sd: sync to master-633-5b0267e

This commit is contained in:
Wagner Bruna
2026-05-19 23:37:17 -03:00
parent c28c50e441
commit 6c2093e422
6 changed files with 59 additions and 32 deletions
+2 -1
View File
@@ -531,8 +531,9 @@ public:
LOG_INFO("loading tae from '%s'", sd_ctx_params->taesd_path);
if (!model_loader.init_from_file(sd_ctx_params->taesd_path, "tae.")) {
LOG_WARN("loading tae from '%s' failed", sd_ctx_params->taesd_path);
} else {
use_tae = true;
}
use_tae = true;
}
if (strlen(SAFE_STR(sd_ctx_params->embeddings_connectors_path)) > 0) {