ggml : fix ggml_cast (ggml/973)
This commit is contained in:
parent
7254cdf7e8
commit
6c5322481a
1 changed files with 1 additions and 0 deletions
|
@ -5818,6 +5818,7 @@ struct ggml_tensor * ggml_cast(
|
|||
|
||||
result->op = GGML_OP_CPY;
|
||||
result->src[0] = a;
|
||||
result->src[1] = result;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue