Skip to content

Commit ba32176

Browse files
committed
registry: add llama.cpp (github:ggml-org/llama.cpp)
1 parent f4d20a8 commit ba32176

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

registry/llama.cpp.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
description = "LLM inference in C/C++"
2+
test = { cmd = "llama-cli --version", expected = "version: {{version}}" }
3+
4+
[[backends]]
5+
full = "github:ggml-org/llama.cpp"
6+
7+
[backends.options]
8+
version_prefix = "b"

0 commit comments

Comments
 (0)