Skip to content

Commit

Permalink
ggml : fix ggml_cast (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB authored Sep 30, 2024
1 parent 6fe608e commit a7a6fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -5818,6 +5818,7 @@ struct ggml_tensor * ggml_cast(

result->op = GGML_OP_CPY;
result->src[0] = a;
result->src[1] = result;

return result;
}
Expand Down

0 comments on commit a7a6fc1

Please sign in to comment.