Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
356 B
JSON

{
"name": "llama-cpp",
"version": "4743",
"description": "LLM inference in C/C++",
"homepage": "https://github.com/ggml-org/llama.cpp",
"license": "MIT",
"supports": "!android",
"dependencies": [
"ggml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}