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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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