Instructions to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF", filename="Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IQ2_KL.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
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 KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
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 KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Use Docker
docker model run hf.co/KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
- Ollama
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Ollama:
ollama run hf.co/KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
- Unsloth Studio
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF to start chatting
- Pi
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Docker Model Runner:
docker model run hf.co/KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
- Lemonade
How to use KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF-Q2_K
List all available models
lemonade list
Qwopus3.5 122B A10B Kimi-K2.6 Distill Healed Abliterated - Custom GGUF Quantizations
CRITICAL COMPATIBILITY WARNING
These are iqk format quantizations and are EXCLUSIVE to the ik_llama.cpp fork.
They will NOT work on mainline llama.cpp, standard LM Studio, standard Text Generation WebUI, or KoboldCPP.
You must compile and run this using ikawrakow's llama.cpp fork, or a UI where you have manually swapped the backend to an ik_llama.cpp build.
This repository contains custom, mixed-precision ik_llama.cpp GGUF quantizations for OpenYourMind/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated, a Kimi-K2.6 distilled, healed, abliterated Qwen3.5 122B A10B MoE model.
These quants use different precision levels for different layer types, keeping attention, SSM, shared expert, output, and MTP/NextN tensors at higher precision while compressing the routed experts, which make up the bulk of the model's size.
⚠️ Disclaimer: The "Vibes Test"
These quantizations have NOT been formally tested for perplexity.
They were compiled as an experiment to see how the model handles shifting bottlenecks. There is no guarantee that they are mathematically optimal or perform flawlessly.
If they pass the vibes test for you, enjoy!
Credits & Acknowledgments
- Base model: OpenYourMind/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated
- Functional MTP discussion: OpenYourMind/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated/discussions/2
- imatrix source: The imatrix was sourced from mradermacher/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-i1-GGUF and converted from GGUF to legacy
.datformat forik_llama.cppcompatibility. - Community chat template: froggeric/Qwen-Fixed-Chat-Templates
- Quantization recipes: Heavily based on the blending logic from ubergarm/Qwen3.5-122B-A10B-GGUF.
Quantization Recipes
All variants use the same custom tensor buckets: attention, SSM, shared experts, routed experts, embeddings/output, and MTP/NextN tensors.
IQ6_K
Highest quality routed expert quantization in this set.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | Q8_0 |
| Attention | Q8_0 |
| SSM Alpha & Beta | BF16 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts | IQ6_K |
| MTP / NextN | Q8_0 |
IQ5_K
High quality routed expert quantization with IQ5_K experts.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | Q8_0 |
| Attention | Q8_0 |
| SSM Alpha & Beta | BF16 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts | IQ5_K |
| MTP / NextN | Q8_0 |
IQ5_KS
High quality routed expert quantization using IQ5_KS experts.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | Q8_0 |
| Attention | Q8_0 |
| SSM Alpha & Beta | BF16 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts | IQ5_KS |
| MTP / NextN | Q8_0 |
IQ4_K
Balanced 4-bit routed expert quantization with high precision on always-active tensors.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | Q8_0 |
| Attention | Q8_0 |
| SSM Alpha & Beta | Q8_0 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts | IQ4_K |
| MTP / NextN | Q8_0 |
IQ4_KS
Smaller 4-bit routed expert quantization with compressed embeddings, output, and MTP tensors.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | IQ6_K |
| Attention | Q8_0 |
| SSM Alpha & Beta | Q8_0 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts | IQ4_KS |
| MTP / NextN | IQ6_K |
IQ4_KSS
Ubergarm-style split routed expert recipe.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | IQ6_K |
| Attention | Q8_0 |
| SSM Alpha & Beta | Q8_0 |
| SSM Output | Q8_0 |
| Shared Experts | Q8_0 |
| Routed Experts Down | IQ4_KS |
| Routed Experts Gate/Up | IQ4_KSS |
| MTP / NextN | IQ6_K |
IQ3_K
Lower size recipe with IQ3_K routed experts and IQ6_K on many always-active tensors.
| Layer Group | Quant |
|---|---|
| Token Embeddings & Output | IQ6_K |
| Attention | IQ6_K |
| SSM Alpha & Beta | Q8_0 |
| SSM Output | IQ6_K |
| Shared Experts | IQ6_K |
| Routed Experts | IQ3_K |
| MTP / NextN | IQ6_K |
IQ2_KL
Maximum compression variant in this set.
| Layer Group | Quant |
|---|---|
| Token Embeddings | IQ4_K |
| Output | IQ6_K |
| Attention | IQ6_K |
| SSM Alpha & Beta | IQ6_K |
| SSM Output | IQ6_K |
| Shared Experts | IQ6_K |
| Routed Experts Down | IQ3_KS |
| Routed Experts Gate/Up | IQ2_KL |
| MTP / NextN | IQ6_K |
How to Run
- Clone and build the
ik_llama.cppfork from ikawrakow/ik_llama.cpp. - Use the compiled
llama-serverorllama-clifrom that specific build. - For chat templating, use the model's embedded template or the community template credited above, depending on your frontend.
Example llama-server launch command:
./llama-server -m Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IQ4_KS.gguf -c 8192 -ngl 99 -fa --jinja
- Downloads last month
- 3,517
2-bit
6-bit
Model tree for KeinNiemand/Qwopus3.5-122B-A10B-Kimi-K2.6-destill-healed-abliterated-IK_GGUF
Base model
Qwen/Qwen3.5-122B-A10B