remove trailing whitespace
This commit is contained in:
parent
f358204a5f
commit
011f47f972
1 changed files with 2 additions and 2 deletions
4
ggml.c
4
ggml.c
|
@ -15446,9 +15446,9 @@ static void ggml_compute_backward(struct ggml_context * ctx, struct ggml_tensor
|
||||||
if (src0->grad) {
|
if (src0->grad) {
|
||||||
src0->grad =
|
src0->grad =
|
||||||
ggml_add_or_set(ctx, src0->grad,
|
ggml_add_or_set(ctx, src0->grad,
|
||||||
ggml_reshape(ctx,
|
ggml_reshape(ctx,
|
||||||
ggml_is_contiguous(tensor->grad)
|
ggml_is_contiguous(tensor->grad)
|
||||||
? tensor->grad
|
? tensor->grad
|
||||||
: ggml_cont(ctx, tensor->grad),
|
: ggml_cont(ctx, tensor->grad),
|
||||||
src0->grad),
|
src0->grad),
|
||||||
zero_table);
|
zero_table);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue