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 Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
# Run inference directly in the terminal:
llama cli -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
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 Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
# Run inference directly in the terminal:
./llama-cli -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
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 Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
Use Docker
docker model run hf.co/Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta:Q4_K_S
Quick Links

About this model

This model was created by merging Qwen3.6-35B-A3B and Nex-N2-mini using Task Arithmetic with an 80/20 weighting ratio. The merge was performed using Minerve-Fusion, a tool that will be released open-source in the near future.

⚠️ This is a beta release. Testing and feedback are highly encouraged!

Downloads last month
202
Safetensors
Model size
36B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta

Merge model
this model

Collection including Elsephire/Qwen3.6-35B-A3B-Nex-N2-mini-80-20-Beta