mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
whisper-cpp@1.8.3: Update GitHub repo URLs (#7645)
This commit is contained in:
parent
bf47122379
commit
a91cc670d6
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "1.8.3",
|
||||
"description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model",
|
||||
"homepage": "https://github.com/ggerganov/whisper.cpp",
|
||||
"homepage": "https://github.com/ggml-org/whisper.cpp",
|
||||
"license": "MIT",
|
||||
"notes": [
|
||||
"Whisper Model files are not included. You can download them here:",
|
||||
@ -20,25 +20,23 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-x64.zip",
|
||||
"url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.3/whisper-bin-x64.zip",
|
||||
"hash": "d824b1e37599f882b396e73f1ee0bfd5d0529f700314c48311dcbd00b803321d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v1.8.3/whisper-bin-Win32.zip",
|
||||
"url": "https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.3/whisper-bin-Win32.zip",
|
||||
"hash": "219dd423cd910b72e7794b9a17f578367ba815010afcff26e3d7b527b3c111fa"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Release",
|
||||
"checkver": {
|
||||
"github": "https://github.com/ggerganov/whisper.cpp"
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ggerganov/whisper.cpp/releases/download/v$version/whisper-bin-x64.zip"
|
||||
"url": "https://github.com/ggml-org/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"
|
||||
"url": "https://github.com/ggml-org/whisper.cpp/releases/download/v$version/whisper-bin-Win32.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user