Views
No views yet

.sha256 checksum, and a separate vision projector (mmproj) ships the multimodal tower for image/video input.| File | Notes |
|---|---|
ornstein-v2-Q4_K_M.gguf | recommended default |
ornstein-v2-Q5_K_M.gguf | high quality |
ornstein-v2-Q6_K.gguf | very high quality |
ornstein-v2-Q8_0.gguf | near-lossless |
ornstein-v2-f16.gguf | full F16 |
mmproj-ornstein-v2-f16.gguf | vision encoder — pair with any quant for image/video input |
llama-cli -m ornstein-v2-Q4_K_M.gguf -p "Derive the variance of a sum of two correlated random variables."1llama-mtmd-cli -m ornstein-v2-Q4_K_M.gguf \
2 --mmproj mmproj-ornstein-v2-f16.gguf \
3 --image picture.jpg -p "Describe this image."block_count 33), so self-speculative decoding runs from a single file — no separate draft model needed:1llama-cli -m ornstein-v2-Q4_K_M.gguf --spec-type draft-mtp \
2 -p "Write a Python function is_prime(n)."