-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] Whisper inference support in cpp runtime (#2320)
* Working version * Refactor how params are passed in * Passing in through CLI * Fix minnor issues * Remove extra dump for debug * Remove unused arrays for debugging * Remove unused header * Change naming style of Enum * Move init_mel_filters to it's own method * Fix one a bug introduced in the last two commit * Use const instead of macro --------- Co-authored-by: hzhou245 <[email protected]>
- Loading branch information
Showing
4 changed files
with
232 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.