Qwen 3 4b merges
Collection
15 items • Updated • 2
How to use ertghiu256/Qwen-3-merged-reasoning-gguf with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ertghiu256/Qwen-3-merged-reasoning-gguf", device_map="auto")How to use ertghiu256/Qwen-3-merged-reasoning-gguf with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
# 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 ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
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 ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
docker model run hf.co/ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
How to use ertghiu256/Qwen-3-merged-reasoning-gguf with Ollama:
ollama run hf.co/ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
How to use ertghiu256/Qwen-3-merged-reasoning-gguf with Docker Model Runner:
docker model run hf.co/ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
How to use ertghiu256/Qwen-3-merged-reasoning-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ertghiu256/Qwen-3-merged-reasoning-gguf:Q4_K_M
lemonade run user.Qwen-3-merged-reasoning-gguf-Q4_K_M
lemonade list
This is a merge of pre-trained language models created using mergekit.
This model was merged using the Arcee Fusion merge method using bunnycore/Qwen3-4B-RP-V3 as a base.
The following models were included in the merge:
The following YAML configuration was used to produce this model:
base_model: bunnycore/Qwen3-4B-RP-V3
dtype: bfloat16
merge_method: arcee_fusion
modules:
default:
slices:
- sources:
- layer_range: [0, 36]
model: bunnycore/Qwen3-4B-RP-V3
- layer_range: [0, 36]
model: ertghiu256/qwen3-4b-code-reasoning
4-bit
8-bit