mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
23 lines
789 B
JSON
23 lines
789 B
JSON
{
|
|
"version": "1.117.1",
|
|
"description": "A simple one-file way to run various GGML models like LLAMA, ALPACA, VICUNA",
|
|
"homepage": "https://github.com/LostRuins/koboldcpp",
|
|
"license": "AGPL-3.0",
|
|
"notes": "Look Model *.bin weights at https://rentry.org/nur779",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/LostRuins/koboldcpp/releases/download/v1.117.1/koboldcpp.exe",
|
|
"hash": "a658ab9a03a2b9e42805368b7d7fc1e25b5df53e9c1d39df8a2a8b59b0f0c52e"
|
|
}
|
|
},
|
|
"bin": "koboldcpp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/LostRuins/koboldcpp/releases/download/v$version/koboldcpp.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|