Missed this assert

This commit is contained in:
Kawrakow
2026-08-02 15:23:15 +00:00
parent 5006f5a258
commit c7dfe6f08b
-1
View File
@@ -15476,7 +15476,6 @@ static bool ggml_compute_forward_concat_any_opt(
//if (ggml_is_quantized(src0->type)) return false;
GGML_ASSERT(src0->type == src1->type && src0->type == dst->type);
GGML_ASSERT(!ggml_is_quantized(src0->type));
const int ith = params->ith;
const int nth = params->nth;