From 30fa744697ed453f840e088d638bb598d2acde02 Mon Sep 17 00:00:00 2001 From: DigiJ Date: Tue, 3 Mar 2026 00:57:21 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20LLM=20model=20from=20build=20=E2=80=94?= =?UTF-8?q?=20users=20supply=20their=20own?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- autarch_public.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/autarch_public.spec b/autarch_public.spec index 435ae89..2f21c02 100644 --- a/autarch_public.spec +++ b/autarch_public.spec @@ -26,9 +26,6 @@ _candidate_files = [ # Modules directory (dynamically loaded at runtime) (SRC / 'modules', 'modules'), - # LLM model - (SRC / 'models' / 'Hal_v2.gguf', 'models'), - # Icon (SRC / 'autarch.ico', '.'),