Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2 Model Released with LM Studio Configuration

Model Details and Availability
The Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-Q4_K_M-GGUF model is now available on HuggingFace. This model was created by merging two existing models: Jackrong's Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled-v2-GGUF and HauhauCS's Qwen3.5-9B-Uncensored-HauhauCS-Aggressive.
The merge preserves all training data and maintains accuracy on the Qwen 3.5 9B architecture using Float32 precision during the merging process. The model is trained on the Claude Opus 4.6 dataset available at https://huggingface.co/datasets/Roman1111111/claude-opus-4.6-10000x.
Recommended Configuration
For best performance in LM Studio 0.4.7 (build 4), use these settings:
- System Prompt: https://pastebin.com/pU25DVnB
- Temperature: 0.7
- Top K Sampling: 20
- Repeat Penalty: (disabled) or 1.0
- Presence Penalty: 1.5
- Top P Sampling: 0.8
- Min P Sampling: 0.0
- Seed: 3407
Performance and Hardware
On an RTX 3060, the model achieves 42 tokens per second in LM Studio. The creator notes it can run even faster on llama-server. The model was created in response to requests from users on Reddit and HuggingFace who wanted a big context window in uncensored smart local AI without requiring powerful GPUs.
The model is available at: https://huggingface.co/LuffyTheFox/Qwen3.5-9B-Claude-4.6-Opus-Uncensored-v2-GGUF
📖 Read the full source: r/LocalLLaMA
👀 See Also

TestThread: Open Source Testing Framework for AI Agents
TestThread is an open source testing framework for AI agents that runs tests against live endpoints, provides pass/fail results with AI diagnosis, and includes features like semantic matching, PII detection, and CI/CD integration.

Qwen 3.6 27B Quantization Benchmark: Q4_K_M Beats Q8_0 on Practical Tradeoffs
Evaluated Qwen 3.6 27B across BF16, Q4_K_M, and Q8_0 GGUF quants on HumanEval, HellaSwag, and BFCL. Q4_K_M delivers near-BF16 scores with 48% less RAM, 1.45x speed, and 68.8% smaller file size.

skill-depot: A Local-First Memory and Skill System for MCP-Compatible AI Agents
skill-depot is a retrieval system that stores agent knowledge as Markdown files and uses vector embeddings to semantically search and selectively load only relevant content. It runs 100% locally with no API keys, works with any MCP-compatible agent, and can be set up with npx skill-depot init.

Stop Re-Teaching Claude Code Every Session: Use a Persistent Config
A Reddit user explains how they saved 20 minutes per session by writing a persistent config for Claude Code, eliminating repetitive steering and achieving 33% faster completions.