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.
This commit is contained in:
2026-09-16 06:41:01 -07:00
parent 52859524d7
commit 927eff0c98
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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