-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Creating an issue to follow up on #1144 (comment)
I was trying to port some old code in TTS.cpp that was using an earlier version of the ggml
library to a newer version of ggml
, and I'm running into a new assert after this pull.
Specifically, there is now a constraint for ggml_are_same_shape(src0, src1)
at
ggml/src/ggml-cpu/binary-ops.cpp
Line 65 in 2621d5a
GGML_ASSERT(ggml_are_same_shape(src0, src1)); |
ggml_compute_forward_mul_f32
Line 5432 in 4b344ba
static void ggml_compute_forward_mul_f32( |
May I check what should I change in order to avoid this assert? Is there a reason for this new limitation?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels