df_llama 0.1.0 (#1958)

* Add df_llama 0.1.0

* df_llama: build note -> notes field (Alire review)

* df_llama: tidy notes (drop unshipped setup-llama.sh ref); re-pin to 0c7c3e9c5

* df_llama: re-pin to f44da7bd5 (all setup-llama.sh refs gone)

---------

Co-authored-by: Tony Gair <tony.gair@thedarkfactory.co.uk>
This commit is contained in:
Tony Gair
2026-06-22 11:45:20 +01:00
committed by GitHub
parent 4e91b54059
commit 9c9348816c
+24
View File
@@ -0,0 +1,24 @@
name = "df_llama"
description = "Ada bindings to llama.cpp - run a local LLM on-device from Ada"
version = "0.1.0"
authors = ["The Dark Factory Ltd"]
maintainers = ["tony.gair@thedarkfactory.co.uk"]
maintainers-logins = ["tonygair"]
licenses = "MIT"
website = "https://github.com/the-dark-factory/llama-ada"
tags = ["binding", "llm", "ai", "llama", "ggml"]
project-files = ["df_llama.gpr"]
auto-gpr-with = false
notes = "Needs the llama.cpp shared libraries: build llama.cpp and point LLAMA_CPP_LIB at its build output (gpr default: vendor/llama.cpp/build/bin). The example also needs a local GGUF model."
[build-switches]
"*".style_checks = "no"
[available.'case(os)']
macos = true
linux = true
windows = false # Untested.
[origin]
commit = "f44da7bd5e883a686812a5f8d58e15f40fcc1889"
url = "git+https://github.com/the-dark-factory/llama-ada.git"