mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-30 22:24:50 +02:00
ggml : fix ggml_cast (ggml/973)
This commit is contained in:
parent
0ac6666cd2
commit
31fdf05fda
@ -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…
Reference in New Issue
Block a user