Text Generation
GGUF
English
Chinese
qwen3_5
unsloth
qwen
qwen3.5
reasoning
chain-of-thought
lora
uncensored
Not-For-All-Audiences
conversational
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Ngixdev/Qwen-3.5-9B-Opus-Dist-Uncensored",
	filename="Qwen-3.5-9B-Opus-Uncensored-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card