mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-05-08 16:28:53 +00:00
fix ci
This commit is contained in:
parent
0b65927b1b
commit
d51f35bf63
@ -500,7 +500,6 @@ namespace LTXV {
|
|||||||
s = ggml_repeat(ctx->ggml_ctx, s, e);
|
s = ggml_repeat(ctx->ggml_ctx, s, e);
|
||||||
t = ggml_repeat(ctx->ggml_ctx, t, e);
|
t = ggml_repeat(ctx->ggml_ctx, t, e);
|
||||||
auto out = ggml_add(ctx->ggml_ctx, s, t);
|
auto out = ggml_add(ctx->ggml_ctx, s, t);
|
||||||
GGML_ASSERT(coeff <= INT_MAX);
|
|
||||||
return ggml_ext_chunk(ctx->ggml_ctx, out, static_cast<int>(coeff), 1);
|
return ggml_ext_chunk(ctx->ggml_ctx, out, static_cast<int>(coeff), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user