We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a43e94 commit 68fcb47Copy full SHA for 68fcb47
ggml/src/ggml.c
@@ -5501,7 +5501,7 @@ static void ggml_compute_backward(
5501
fprintf(stderr, "%s: unsupported unary op for backward pass: %s\n",
5502
__func__, ggml_unary_op_name(ggml_get_unary_op(tensor)));
5503
GGML_ABORT("fatal error");
5504
- } break;
+ } //break;
5505
}
5506
} break;
5507
case GGML_OP_CROSS_ENTROPY_LOSS: {
@@ -5517,7 +5517,7 @@ static void ggml_compute_backward(
5517
default: {
5518
fprintf(stderr, "%s: unsupported ggml op for backward pass: %s\n", __func__, ggml_op_name(tensor->op));
5519
5520
5521
5522
5523
GGML_ASSERT(!src0_needs_grads || ggml_are_same_shape(src0, cgraph->grads[isrc0]));
0 commit comments