Skip to content

Commit d51f35b

Browse files
committed
fix ci
1 parent 0b65927 commit d51f35b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ltxv.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ namespace LTXV {
500500
s = ggml_repeat(ctx->ggml_ctx, s, e);
501501
t = ggml_repeat(ctx->ggml_ctx, t, e);
502502
auto out = ggml_add(ctx->ggml_ctx, s, t);
503-
GGML_ASSERT(coeff <= INT_MAX);
504503
return ggml_ext_chunk(ctx->ggml_ctx, out, static_cast<int>(coeff), 1);
505504
}
506505

0 commit comments

Comments
 (0)