Instructions to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with 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 DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M # Run inference directly in the terminal: llama cli -hf DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M # Run inference directly in the terminal: llama cli -hf DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
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 DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M # Run inference directly in the terminal: ./llama-cli -hf DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
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 DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
Use Docker
docker model run hf.co/DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
- LM Studio
- Jan
- vLLM
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
- Ollama
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with Ollama:
ollama run hf.co/DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
- Unsloth Studio
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-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 DarkKitsune/qwen3.5-9b-qworus-Q5-imat-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 DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF to start chatting
- Docker Model Runner
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with Docker Model Runner:
docker model run hf.co/DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
- Lemonade
How to use DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF:Q5_K_M
Run and chat with the model
lemonade run user.qwen3.5-9b-qworus-Q5-imat-GGUF-Q5_K_M
List all available models
lemonade list
- Atomic Chat
qwen3.5-9b-qworus-Q5-imat-GGUF
GGUF quantization of my merge qwen3.5-9b coding model DarkKitsune/qwen3.5-9b-qworus to Q5_K_M and Q5_K_L with importance matrices.
Q5_K_M: The best option for 8 GB GPUs. Configured with BF16 for ssm_alpha and ssm_beta weights, Q8_0 for ssm_out weights, and the default llama.cpp Q5_K_M config for all other weights. This provides high precision for coding agentic work while having a smaller memory footprint.
Q5_K_L: The best option for 12+ GB GPUs. Configured with Q8_0 for token embedding and output weights, BF16 for ssm_alpha and ssm_beta weights, Q8_0 for ssm_out weights, and the default llama.cpp Q5_K_M config for all other weights. This trades a higher memory footprint for higher precision in tensors that may be sensitive to quantization when working with very long contexts.
I recommend using unquantized KV cache or as low as Q8_0. Quantizing the KV cache too much has a detrimental effect on the model's ability to emit tool calls, especially with code.
This model is also decensored, due to the fact that both source models in the merge were already decensored.
Original Model Card Below:
qwen3.5-9b-qworus
60/40 DARE-TIES of empero-ai/Qwythos-9B-v2 and PeppX/Ornith-1.0-9B-Uncensored. This merge exists because I find Qwythos to be excellent for its genuine stability and its ability to bug fix based on stderr output, but Ornith is better in its ability to set up a well-organized project with scalability in mind. So my goal is to cleanly combine the abilities of both.
Both source models are decensored, so this merge is decensored by default as well. It may inherit Qwythos' 1M context support due to using it as the base model, but I don't have the resources to actually test 1M tokens. The MTP head is also most likely not retained.
This model is for testing, and not intended to be used for any serious projects.
Mergekit
The following YAML configuration was used to produce this model:
merge_method: dare_ties
base_model: empero-ai/Qwythos-9B-v2
models:
- model: empero-ai/Qwythos-9B-v2
parameters:
weight: 0.6
density: 0.53
- model: PeppX/Ornith-1.0-9B-Uncensored
parameters:
weight: 0.4
density: 0.53
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
- Downloads last month
- 1,021
5-bit
Model tree for DarkKitsune/qwen3.5-9b-qworus-Q5-imat-GGUF
Base model
DarkKitsune/qwen3.5-9b-qworus