GMLinux 9B

GMLinux 9B is a 9B-parameter vision-language model developed with sponsorship from Galactic Mandate Linux.

Model files and capabilities

  • Full-precision release: BF16 Safetensors in Gmlinux9b.safetensors.
  • Quantized release: Q8 GGUF in GMlinuxQ8.gguf.
  • Architecture: Qwen3.5 conditional-generation vision-language model. The BF16 repository includes processor and chat-template files.
  • Context: the model configuration advertises up to 262,144 positions. Practical context length depends on inference runtime and available memory; local use has been exercised at 68,096 tokens. Longer contexts have not been validated here.

For image input, use the Transformers processor and model files. The Q8 GGUF may require a matching multimodal projector (mmproj) in runtimes that use a separate projector file; check the runtime's vision setup before expecting image support from that quantized file.

Evaluation

On Galactic Mandate Linux's internal knowledge and reasoning benchmarks, GMLinux 9B scores 30% higher than Qwen3.5-9B and Ornith-1.5-9B.

General coding performance has not been established as superior to the base models; evaluate it on the intended tasks before relying on it.

Transformers usage

import torch
from transformers import AutoModelForImageTextToText, AutoProcessor

model_id = "emperorofrome/GMLINUX-9B"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
    model_id,
    dtype=torch.bfloat16,
    device_map="auto",
)

For LM Studio or llama.cpp, use the GMlinuxQ8.gguf file. Set context length according to available memory and runtime support.

Base models and licensing

This release is based on Qwen3.5-9B, listed as Apache-2.0, and Ornith-1.5-9B, listed as MIT. The repository's existing Hub metadata remains Apache-2.0. Review both upstream model repositories and their license notices when using or redistributing this model.

Downloads last month
-
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for emperorofrome/GMLINUX-9B

Finetuned
Qwen/Qwen3.5-9B
Quantized
(525)
this model