]> git.djapps.eu Git - pkg/ggml/commitdiff
Introduce README
authorMathieu Baudier <redacted>
Sun, 9 Feb 2025 17:25:39 +0000 (18:25 +0100)
committerMathieu Baudier <redacted>
Sun, 9 Feb 2025 17:25:39 +0000 (18:25 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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 <dist> <arch> [<branch>]
+
+For example:
+       cd sources/ggml
+       sh ../build-pbuilder.sh sid amd64
+or:
+       cd sources/llama.cpp
+       sh ../build-pbuilder.sh bullseye amd64 debian/bullseye