You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GGML_ABORT("Tensor %s has unsupported op %s for tensor parallelism, src0 is split as view but not evenly divisible by the rope head count.\n", tensor->name, ggml_op_name(tensor->op));
1474
1474
}
1475
1475
1476
-
// similar to ROPE above, the input must be row split and becomes column split.
1477
-
src0_split_tensors = GGML_TP_SPLIT_ROWS;
1478
-
create_row_split_tensors_for(src0, src0_extra);
1476
+
// similar to ROPE above, the input must be dim2 split and becomes row split.
0 commit comments