Views
No views yet

mmproj) so the multimodal tower can be used for image/video input.| File | Bits | Size | Notes |
|---|---|---|---|
Ornstein-3.5-9B-V1.5-Q8_0.gguf | 8 | 9.8 GB | near-lossless |
Ornstein-3.5-9B-V1.5-Q6_K.gguf | 6 | 7.6 GB | very high quality |
Ornstein-3.5-9B-V1.5-Q5_K_M.gguf | 5 | 6.6 GB | high quality |
Ornstein-3.5-9B-V1.5-Q4_K_M.gguf | 4 | 5.8 GB | recommended default |
Ornstein-3.5-9B-V1.5-Q3_K_M.gguf | 3 | 4.7 GB | smallest |
mmproj-Ornstein-3.5-9B-V1.5-f16.gguf | f16 | 0.9 GB | vision encoder — pair with any quant for image/video |
llama-cli -hf GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF:Q4_K_M -p "Derive the variance of a sum of two correlated random variables."1llama-mtmd-cli -m Ornstein-3.5-9B-V1.5-Q4_K_M.gguf \
2 --mmproj mmproj-Ornstein-3.5-9B-V1.5-f16.gguf \
3 --image picture.jpg -p "Describe this image."1llama-server -hf GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF:Q4_K_M --jinja
2# tools are passed in the OpenAI-compatible /v1/chat/completions "tools" field