Instructions to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
Use Docker
docker model run hf.co/deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
- Ollama
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF with Ollama:
ollama run hf.co/deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
- Unsloth Studio
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-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 deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF to start chatting
- Docker Model Runner
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF with Docker Model Runner:
docker model run hf.co/deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
- Lemonade
How to use deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull deadbydawn101/RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.RavenXAILabsLLC-Qwen3.8-27B-Abliterated-Unified-Frontier-Model-IQ-Injected-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
not working
Hi, just wanted to report an issue with the Q4_K_M GGUF.
The model loads successfully in both Ollama and llama.cpp, but generation is corrupted and returns random symbols/gibberish. In llama.cpp, it also ends with:
Error: The model produced output that does not match the expected peg-native format
I tested it in normal conversation mode as well, with the same result. It looks like there may be an issue with the GGUF conversion itself rather than the runtime.
Can confirm the same behavior on LM Studio. Furthermore, the MTP format is not recognized.
Looking forward to a hotfix. Itβs definitely a standout ablation among the recent flood of models.
Hey @xvcy3w @rage91 β we found the root cause and fixed it.
The issue was in the GGUF conversion, not the runtime. Two things:
MTP drafter crash (blk.64.attn_norm.weight not found)
The Qwen 3.8 hybrid SSM architecture has MTP (Multi-Token Prediction) drafter weights that were not properly preserved during conversion. This causes the "peg-native format" error and the gibberish output.Dequantization error amplification
The original GGUF was converted by dequantizing MLX 4-bit β BF16 β GGUF. The GDN state-space layers in Qwen 3.8 amplify the small numerical errors from dequantization, producing corrupted output.
The fix (Path 2):
Instead of dequantizing, we merged the LoRA adapters directly onto the original BF16 base weights using PEFT on CPU β no dequantization at any step. Then converted with --no-mtp to skip the stripped drafter layer. Clean GGUF, 21.6 t/s, no gibberish.
The new model is here β rebuilt on a better base with more data:
π RavenX Chaos Agent GGUF (Q4_K_M)
What changed vs the old model:
Trained on 1.9M examples (up from the original IQ Injection stack) β now includes 744K security examples (RATH protocol, CVEs, pentesting, agent traces)
Uses the Soul Injection training method (CPT β SFT β Fuse)
Built on OBLITERATUS abliterated base (0% refusal)
Clean BF16 merge β GGUF conversion (no dequantization artifacts)
24/24 on our benchmark suite
Disable thinking mode β use --jinja --reasoning-format none in llama.cpp, or set thinking OFF in LM Studio/Ollama
Also available as MLX 4-bit for Apple Silicon: Chaos Agent MLX
Thanks for the reports β they pushed us to find the right conversion path. Let us know how the new GGUF works for you.
β Gabe, RavenX AI Labs