WasmEdge
WasmEdge copied to clipboard
bug: Inappropriate type of the `max-context` param of whisper plugin
Summary
According to whisper.cpp, max-context
defaults to -1
. However, the max-context
param of whisper plugin is of type uint64_t
. The relevant code snippet: https://github.com/WasmEdge/WasmEdge/blob/master/plugins/wasi_nn/whispercpp.cpp#L285-L294
Current State
No response
Expected State
No response
Reproduction steps
NA.
Screenshots
Any logs you want to share for showing the specific issue
No response
Components
Others
WasmEdge Version or Commit you used
0.14.1
Operating system information
macOS 14.6.1
Hardware Architecture
Apple M1 Pro
Compiler flags and options
No response