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 %d but requested to be split as %d.\n", tensor->name, ggml_op_name(tensor->op), src0_extra->split_tensors, GGML_TP_SPLIT_NONE);
// GGML_ABORT("Tensor %s has unsupported op %s for tensor parallelism, src0 is split as %d but requested to be split as %d.\n", tensor->name, ggml_op_name(tensor->op), view_src_extra->split_tensors, GGML_TP_SPLIT_NONE);
// if (view_src_extra->split_tensors == GGML_TP_SPLIT_COLUMNS) {
1779
+
// create_column_split_tensors();
1780
+
// set_src_tensor(0, GGML_TP_SPLIT_COLUMNS);
1781
+
// }
1782
+
// else if (view_src_extra->split_tensors == GGML_TP_SPLIT_ROWS) {
1783
+
// create_row_split_tensors();
1784
+
// set_src_tensor(0, GGML_TP_SPLIT_ROWS);
1785
+
// }
1786
+
// else {
1787
+
// GGML_ABORT("Tensor %s has unsupported op %s for tensor parallelism, src0 is split as %d but requested to be split as %d.\n", tensor->name, ggml_op_name(tensor->op), view_src_extra->split_tensors, GGML_TP_SPLIT_NONE);
0 commit comments