mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
whisper-cpp: Add version 1.2.1 (#4623)
* Add whisper-cpp * Formatting: Add Trailing Newline * Remove bin renaming * Update bucket/whisper-cpp.json formatting Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
b872e1add9
commit
4cfac3fa9d
43
bucket/whisper-cpp.json
Normal file
43
bucket/whisper-cpp.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"version": "1.2.1",
|
||||
"description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model",
|
||||
"homepage": "https://github.com/ggerganov/whisper.cpp",
|
||||
"license": "MIT",
|
||||
"notes": [
|
||||
"Whisper Model files are not included. You can download them here:",
|
||||
"https://huggingface.co/ggerganov/whisper.cpp/tree/main"
|
||||
],
|
||||
"bin": [
|
||||
"bench.exe",
|
||||
"command.exe",
|
||||
[
|
||||
"main.exe",
|
||||
"whisper"
|
||||
],
|
||||
"stream.exe",
|
||||
"talk.exe"
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-x64.zip",
|
||||
"hash": "09f8956b208d7398ba9870755f4d08528b30c824e1e190b040904609f02d74b7"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.2.1/whisper-bin-Win32.zip",
|
||||
"hash": "26a84fe6a41d6fbf69d92251e7b4c48c9b7cf3795d54fba0dcc6ba24ce899a7a"
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/ggerganov/whisper.cpp"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user