aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/llama-cpp/vcpkg.json
blob: b587e289e367e415b5105da013b9a2131626663b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "llama-cpp",
  "version": "6550",
  "description": "LLM inference in C/C++",
  "homepage": "https://github.com/ggml-org/llama.cpp",
  "license": "MIT",
  "dependencies": [
    "ggml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "download": {
      "description": "Support downloading a model from an URL",
      "dependencies": [
        {
          "name": "curl",
          "default-features": false
        }
      ]
    },
    "tools": {
      "description": "Build tools"
    }
  }
}