fixes for sdcpp

This commit is contained in:
Concedo 2025-04-12 10:08:23 +08:00
parent a0ae187563
commit 7e1289ade8
7 changed files with 26 additions and 16 deletions

View file

@ -149,7 +149,7 @@ public:
if (i == 1) {
h = ggml_relu_inplace(ctx, h);
} else {
h = ggml_upscale(ctx, h, 2);
h = ggml_upscale(ctx, h, 2, ggml_scale_mode::GGML_SCALE_MODE_NEAREST);
}
continue;
}