From: Mathieu Baudier Date: Sun, 9 Feb 2025 17:25:39 +0000 (+0100) Subject: Introduce README X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6c58c2abcbf7759582ed22b27f5c04ce8e92c93b;p=pkg%2Fggml Introduce README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..81df60e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +A packaging harness for software of the ggml ecosystem. + +To use, clone recursively, for example: + git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml + +The software layers are configured as submodules under the `sources` directory. + +To build a layer, go to its directory and run: + sh ../build-pbuilder.sh [] + +For example: + cd sources/ggml + sh ../build-pbuilder.sh sid amd64 +or: + cd sources/llama.cpp + sh ../build-pbuilder.sh bullseye amd64 debian/bullseye