fix: always load runtimle lora params on runtime backend (#1532)

This commit is contained in:
stduhpf
2026-05-20 16:13:15 +02:00
committed by GitHub
parent 5b0267e941
commit c51ec7cad9

View File

@@ -1211,7 +1211,7 @@ public:
}
auto lora = std::make_shared<LoraModel>(lora_id,
backend_for(module),
params_backend_for(module),
backend_for(module),
lora_path,
is_high_noise ? "model.high_noise_" : "",
version);