How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
# Run inference directly in the terminal:
llama cli -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
# Run inference directly in the terminal:
./llama-cli -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf robertzty/Cosmos-Reason2-2B-GGUF:BF16
Use Docker
docker model run hf.co/robertzty/Cosmos-Reason2-2B-GGUF:BF16
Quick Links

Cosmos-Reason2-2B-GGUF

GGUF conversion of nvidia/Cosmos-Reason2-2B.

Files

  • Cosmos-Reason2-2B-BF16-split-00001-of-00002.gguf to ...-00002-of-00002.gguf: Main model (BF16, split into 2 parts)
  • mmproj-Cosmos-Reason2-2B-BF16.gguf: Vision encoder (multimodal projector)

Download

huggingface-cli download robertzty/Cosmos-Reason2-2B-GGUF --local-dir ./Cosmos-Reason2-2B-GGUF

Usage with llama.cpp

No need to merge split files - llama.cpp loads them automatically:

llama-mtmd-cli -m ./Cosmos-Reason2-2B-GGUF/Cosmos-Reason2-2B-BF16-split-00001-of-00002.gguf \
    --mmproj ./Cosmos-Reason2-2B-GGUF/mmproj-Cosmos-Reason2-2B-BF16.gguf -cnv

Optional: merge into single file:

llama-gguf-split --merge Cosmos-Reason2-2B-BF16-split-00001-of-00002.gguf Cosmos-Reason2-2B-BF16.gguf

Notes

  • Requires llama.cpp b7480+ for qwen3vl architecture support
  • Ollama and LM Studio may have compatibility issues with qwen3vl models
Downloads last month
118
GGUF
Model size
2B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for robertzty/Cosmos-Reason2-2B-GGUF

Quantized
(14)
this model