20 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|