add 9b vision

This commit is contained in:
2026-05-01 21:51:06 -04:00
parent 1283b7cdef
commit 43a1d66e6b

View File

@@ -397,6 +397,7 @@ in
${llama-cpp}/bin/llama-server \ ${llama-cpp}/bin/llama-server \
--port ''${PORT} \ --port ''${PORT} \
-m /mnt/ssd/Models/Qwen3.5/Qwen3.5-9B-IQ4_XS.gguf \ -m /mnt/ssd/Models/Qwen3.5/Qwen3.5-9B-IQ4_XS.gguf \
--mmproj /mnt/ssd/Models/Qwen3.5/Qwen3.5-9B-IQ4_XS_mmproj-F16.gguf \
-c ''${ctx} \ -c ''${ctx} \
--temp 0.6 \ --temp 0.6 \
--top-p 0.95 \ --top-p 0.95 \
@@ -408,6 +409,8 @@ in
metadata = { metadata = {
type = [ type = [
"text-generation" "text-generation"
"coding"
"vision"
]; ];
}; };
}; };