Extras/bucket/koboldcpp.json
2026-07-10 20:47:23 +00:00

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"
}
}
}
}