From cdad9cb9ed0ee2d3987ab5f5ada81192891f8593 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Wed, 20 May 2026 00:11:42 +0200 Subject: [PATCH] fix: add llama swap qwen 3.6 3.5 alias --- modules/llama-swap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;