@DJLougen: Quants here https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF…
Summary
GestaltLabs releases Ornstein-3.5-9B-V1.5 GGUF quantizations, a reasoning-focused fine-tune of Qwen 3.5 9B with an MTP head and vision projector for multimodal use.
View Cached Full Text
Cached at: 06/17/26, 08:02 PM
Quants here https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF…
GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF · Hugging Face
Source: https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF

GGUF quantizations ofGestaltLabs/Ornstein-3.5-9B-V1.5— a reasoning-focused fine-tune of Qwen 3.5 9B for AI-research and technical problem-solving, and an intermediate (V1.5) release between V1 and the upcoming V2 (a much more rigorous post-training run involving reinforcement-learning methods).
These builds keep the model’s nativemulti-token-prediction (MTP) head(for speculative decoding in compatible runtimes) and ship a separatevision projector(mmproj) so the multimodal tower can be used for image/video input.
https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF#filesFiles
FileBitsSizeNotesOrnstein\-3\.5\-9B\-V1\.5\-Q8\_0\.gguf89.8 GBnear-losslessOrnstein\-3\.5\-9B\-V1\.5\-Q6\_K\.gguf67.6 GBvery high qualityOrnstein\-3\.5\-9B\-V1\.5\-Q5\_K\_M\.gguf56.6 GBhigh qualityOrnstein\-3\.5\-9B\-V1\.5\-Q4\_K\_M\.gguf45.8 GBrecommended defaultOrnstein\-3\.5\-9B\-V1\.5\-Q3\_K\_M\.gguf34.7 GBsmallestmmproj\-Ornstein\-3\.5\-9B\-V1\.5\-f16\.gguff160.9 GBvision encoder — pair with any quant for image/video
https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF#usage-llamacppUsage (llama.cpp)
Text:
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."
Multimodal (image/video) — add the vision projector:
llama-mtmd-cli -m Ornstein-3.5-9B-V1.5-Q4_K_M.gguf \
--mmproj mmproj-Ornstein-3.5-9B-V1.5-f16.gguf \
--image picture.jpg -p "Describe this image."
Quality and speed scale with quant size;Q4_K_Mis a strong default for ~8 GB of VRAM/RAM. The MTP head enables speculative decoding where supported.
https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF#highlights-full-precision-modelHighlights (full-precision model)
- Strong gains in multi-step reasoning over the base, with the largest improvements on hard, graduate-level scientific reasoning.
- General conversational ability preserved.
https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF#support-this-workSupport This Work
I’m a PhD student in visual neuroscience at the University of Toronto who also happens to spend way too much time fine-tuning, merging, and quantizing open-weight models on rented H100s and a local DGX Spark. All training compute is self-funded — balancing GPU costs against a student budget. If my uploads have been useful to you, consider buying a PhD student a coffee. It goes a long way toward keeping these experiments running.
https://huggingface.co/GestaltLabs/Ornstein-3.5-9B-V1.5-GGUF#licenseLicense
Apache 2.0 — inherited from the Qwen 3.5 9B base release.
Similar Articles
Qwen/Qwen3.6-27B-FP8
Alibaba releases Qwen3.6-27B-FP8, a 27B FP8-quantized model with strong agentic coding and reasoning benchmarks, now available on Hugging Face.
@Ex0byt: And... Ladies and Gentlemen: Qwen3.6-27B-PRISM-PRO-DQ - enjoy!
Release of Qwen3.6-27B-PRISM-PRO-DQ, a dynamically quantized GGUF version of Qwen3.6-27B with bias/propaganda removal, preserving native MTP draft head and vision tower, enabling lossless speculative decoding for faster inference.
KyleHessling1/Qwopus-GLM-18B-Merged-GGUF
An experimental 18B-parameter model created by stacking two Qwen-3.5-9B finetunes and healing the layer boundary with 1000-step QLoRA; the resulting GGUF beats Qwen 3.6-35B MoE on a 44-test suite while fitting in 9.2 GB VRAM.
hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled-GGUF
A 35B-parameter Qwen3.6 model fine-tuned with Claude-Opus-style chain-of-thought distillation data and released in GGUF quantized formats for efficient local inference.
Qwen/Qwen3.6-35B-A3B-FP8
Alibaba releases Qwen3.6-35B-A3B-FP8, an open-weight quantized variant of Qwen3.6 with 35B parameters and 3B activated via MoE, featuring improved agentic coding capabilities and thinking preservation for iterative development.