We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b65927 commit d51f35bCopy full SHA for d51f35b
1 file changed
src/ltxv.hpp
@@ -500,7 +500,6 @@ namespace LTXV {
500
s = ggml_repeat(ctx->ggml_ctx, s, e);
501
t = ggml_repeat(ctx->ggml_ctx, t, e);
502
auto out = ggml_add(ctx->ggml_ctx, s, t);
503
- GGML_ASSERT(coeff <= INT_MAX);
504
return ggml_ext_chunk(ctx->ggml_ctx, out, static_cast<int>(coeff), 1);
505
}
506
0 commit comments