Versions/bucket/llama.cpp-sycl.json
2026-07-28 21:34:50 +00:00

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