diff --git a/modules/llama-swap.nix b/modules/llama-swap.nix index 080de14..74c71a1 100644 --- a/modules/llama-swap.nix +++ b/modules/llama-swap.nix @@ -54,7 +54,7 @@ "qwen3.6-35b-a3b" = { cmd = "${llama-server} --port $\{PORT\} --host 0.0.0.0 --ctx-size $\{ctx\} -ngl $\{ngl\} $\{kv_cache\} $\{batch\} --hf-repo $\{hf_repo\} $\{image-tokens\} $\{no-thinking\} $\{tools\}"; - aliases = [ "qwen3.6" ]; + aliases = [ "qwen3.6" "qwen3.5" "qwen3.5-35b-a3b" ]; ttl = 1800; macros = { ctx = 49152;