From 927eff0c987f9973d35276ae467286f8ab26d53b Mon Sep 17 00:00:00 2001 From: "K. Isom" Date: Wed, 16 Sep 2026 06:41:01 -0700 Subject: [PATCH] straylight: treat Ornith 1.5 9B as a VLM Loaded instance reports image input; llama.cpp attaches mmproj-Q8_0 from the HF cache. Mark it vision in OpenCode and drop the old text-only comment. --- configs/opencode.nix | 2 +- hw/straylight/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/opencode.nix b/configs/opencode.nix index 2bd036d..346008e 100644 --- a/configs/opencode.nix +++ b/configs/opencode.nix @@ -32,7 +32,7 @@ let "qwen3.6-35b-a3b-abliterated" = text "Qwen3.6 35B A3B"; "gemma4-26b-a4b-abliterated" = text "Gemma 4 26B A4B"; "ornith-1.0-35b" = text "Ornith 1.0 35B"; - "ornith-1.5-9b-uncensored" = text "Ornith 1.5 9B"; + "ornith-1.5-9b-uncensored" = vision "Ornith 1.5 9B"; "ornith-1.5-35b-a3b" = text "Ornith 1.5 35B MoE"; "qwen3.8-27b-uncensored" = text "Qwen3.8 27B"; "qwen3-vl-8b-abliterated" = vision "Qwen3-VL 8B"; diff --git a/hw/straylight/default.nix b/hw/straylight/default.nix index 1376ec7..8b2c4ea 100644 --- a/hw/straylight/default.nix +++ b/hw/straylight/default.nix @@ -50,8 +50,8 @@ let hf-repo = deepreinforce-ai/Ornith-1.0-35B-GGUF:Q4_K_M dedup-cache-models = true - ; Ornith 1.5 9B, refusal-ablated (junafinity / mradermacher GGUF). Dense - ; text/coding model — not a VLM; the shipped mmproj does not add vision. + ; Ornith 1.5 9B, refusal-ablated (junafinity / mradermacher GGUF). + ; Dense VLM: --hf-repo pulls mmproj-Q8_0; reports image input once loaded. [ornith-1.5-9b-uncensored] hf-repo = mradermacher/Ornith-1.5-9B-uncensored-GGUF:Q4_K_M dedup-cache-models = true