{
    "##": "Deprecate this manifest after 2026-06-01.",
    "version": "b5449",
    "description": "Inference of LLaMA model in pure C/C++ (HIP version for AMD gfx1101. Deprecated, please use `versions/llama.cpp-hip-radeon` instead)",
    "homepage": "https://github.com/ggml-org/llama.cpp",
    "license": "MIT",
    "notes": [
        "As of version b5460, upstream no longer distributes llama.cpp-hip-gfx1030/gfx1100/gfx1101 separately.",
        "For details, see: https://github.com/ggml-org/llama.cpp/commit/3079e9ac8e04ef6eddeb0c164d72edb6b6fd2df5",
        "This manifest is deprecated and scheduled for removal on 2026-06-01. Please use `versions/llama.cpp-hip-radeon` instead."
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/ggml-org/llama.cpp/releases/download/b5449/llama-b5449-bin-win-hip-x64-gfx1101.zip",
            "hash": "d692669a3c15553bf0da7ce03efaf1aed94f2b1fbcdc9eb2f044e830f64308c7"
        }
    },
    "bin": [
        "llama-batched-bench.exe",
        "llama-bench.exe",
        "llama-cli.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-run.exe",
        "llama-server.exe",
        "llama-tokenize.exe",
        "llama-tts.exe"
    ],
    "persist": "models",
    "checkver": {
        "github": "https://github.com/ggml-org/llama.cpp",
        "regex": "/releases/tag/(b[\\d]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ggml-org/llama.cpp/releases/download/$version/llama-$version-bin-win-hip-x64-gfx1101.zip"
            }
        }
    }
}
