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 …
Runs locally from ~637.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | RockMan256/Qwen3.5-2B-fullRC-GGUF |
|---|---|
| Author | RockMan256 |
| Pipeline | — |
| License | — |
| Base model | — |
| Last modified | 2026-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.
Source: Hugging Face · Compare models