GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

RockMan256/Qwen3.5-2B-fullRC-GGUF overview

Qwen3.5 2B fullRC GGUF GGUF conversion of RockMan256/Qwen3.5 2B fullRC https://huggingface.co/RockMan256/Qwen3.5 2B fullRC . Files | File | Description | Size …

ggufendpoints_compatibleregion:usconversational

Runs locally from ~637.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
mmproj-model-f16.ggufGGUFF16637.3 MBDownload
qwen3.5-2B-fullRC-Q4_K_M.ggufGGUFQ4_K_M1.22 GBDownload

Model Details

Model IDRockMan256/Qwen3.5-2B-fullRC-GGUF
AuthorRockMan256
Pipeline
License
Base model
Last modified2026-07-11T08:04:50.000Z

Model README

Qwen3.5-2B-fullRC GGUF

GGUF conversion of RockMan256/Qwen3.5-2B-fullRC.

Files

| File | Description | Size |

|------|-------------|------|

| qwen3.5-2B-fullRC-Q4_K_M.gguf | LLM weights in Q4_K_M | 1.24 GB |

| mmproj-model-f16.gguf | Vision projector (mmproj) in F16 | 668 MB |

Usage with llama.cpp

# Build llama.cpp (if not already built)
cd llama.cpp && make -j

# Run with multimodal (image + text) inference
./llama-mtmd-cli \
  -m qwen3.5-2B-fullRC-Q4_K_M.gguf \
  --mmproj mmproj-model-f16.gguf \
  --chat-template chatml

# Text-only inference (no vision)
echo "What is the capital of France?" | ./llama-mtmd-cli \
  -m qwen3.5-2B-fullRC-Q4_K_M.gguf \
  -p - --chat-template chatml

Architecture

  • Text: Qwen3.5 (hybrid linear + full attention, 24 layers, 2B params)
  • Vision: ViT encoder (24 layers, 1024 hidden)
  • Vocab: 248,320 tokens
  • Context: 262,144 tokens

License

Apache 2.0 (same as base model)

Run RockMan256/Qwen3.5-2B-fullRC-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models