We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170663f commit 8e7fbf8Copy full SHA for 8e7fbf8
upscaler.cpp
@@ -36,6 +36,7 @@ struct UpscalerGGML {
36
if (!model_loader.init_from_file(esrgan_path)) {
37
LOG_ERROR("init model loader from file failed: '%s'", esrgan_path.c_str());
38
}
39
+ model_loader.set_wtype_override(model_data_type);
40
if (!backend) {
41
LOG_DEBUG("Using CPU backend");
42
backend = ggml_backend_cpu_init();
0 commit comments