mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-08-02 20:40:26 +08:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"version": "b10173",
|
|
"description": "Inference of LLaMA model in pure C/C++ (SYCL version)",
|
|
"homepage": "https://github.com/ggml-org/llama.cpp",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ggml-org/llama.cpp/releases/download/b10173/llama-b10173-bin-win-sycl-x64.zip",
|
|
"hash": "93c310bf7c5bb51cd7a1f6aa690659fa25146d76463a796a5af3d55e2f398a52"
|
|
}
|
|
},
|
|
"bin": [
|
|
"llama-batched-bench.exe",
|
|
"llama-bench.exe",
|
|
"llama-cli.exe",
|
|
"llama-completion.exe",
|
|
"llama-fit-params.exe",
|
|
"llama-gemma3-cli.exe",
|
|
"llama-gguf-split.exe",
|
|
"llama-imatrix.exe",
|
|
"llama-llava-cli.exe",
|
|
"llama-minicpmv-cli.exe",
|
|
"llama-mtmd-cli.exe",
|
|
"llama-perplexity.exe",
|
|
"llama-quantize.exe",
|
|
"llama-qwen2vl-cli.exe",
|
|
"llama-server.exe",
|
|
"llama-tokenize.exe",
|
|
"llama-tts.exe"
|
|
],
|
|
"persist": "models",
|
|
"checkver": {
|
|
"github": "https://github.com/ggml-org/llama.cpp",
|
|
"regex": "(b[\\d]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ggml-org/llama.cpp/releases/download/$version/llama-$version-bin-win-sycl-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|