WasmEdge icon indicating copy to clipboard operation
WasmEdge copied to clipboard

bug: Inappropriate type of the `max-context` param of whisper plugin

Open apepkuss opened this issue 4 months ago • 0 comments

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

image

Current State

No response

Expected State

No response

Reproduction steps

NA.

Screenshots

DESCRIPTION

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

apepkuss avatar Oct 17 '24 02:10 apepkuss