From 4e3ed75811cda503dcf7652957199b5722914b71 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 10 Aug 2026 10:41:36 +0200 Subject: [PATCH] include libmtmd in output so show its semversioned --- examples/test-cmake/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/test-cmake/README.md b/examples/test-cmake/README.md index 63660815f9..2978fb0ec8 100644 --- a/examples/test-cmake/README.md +++ b/examples/test-cmake/README.md @@ -65,6 +65,10 @@ $ tar xvf llama-b10339-bin-ubuntu-x64.tar.gz (venv) $ ls llama-b10339/libllama.* llama-b10339/libllama.so llama-b10339/libllama.so.0 llama-b10339/libllama.so.0.1.0 +(venv) $ ls llama-b10339/libmtmd.so* +llama-b10339/libmtmd.so llama-b10339/libmtmd.so.0 llama-b10339/libmtmd.so.0.1.0 + + venv) $ ./llama-b10339/llama-cli --version version: 0.1.0-dev-b10339 (build 10339, commit c8fe5edf5) built with GNU 11.4.0 for Linux x86_64