From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/.dockerignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 llama.cpp/.dockerignore (limited to 'llama.cpp/.dockerignore') diff --git a/llama.cpp/.dockerignore b/llama.cpp/.dockerignore new file mode 100644 index 0000000..064b7c7 --- /dev/null +++ b/llama.cpp/.dockerignore @@ -0,0 +1,20 @@ +*.o +*.a +.cache/ +# Do not ignore .git directory, otherwise the reported build number will always be 0 +.github/ +.gitignore +.vs/ +.vscode/ +.DS_Store + +build*/ + +models/* + +/llama-cli +/llama-quantize + +arm_neon.h +compile_commands.json +Dockerfile -- cgit v1.2.3