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="Johnblick187/Nexus-Coder-5Q3",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

an experimental 3 way merge between Qwen3.6-35b-a3b, Qwen3.5-27b-Opus4.6-reasoning-distilled, and Qwen3-Coder-Next-REAP-40b-a3b

Downloads last month
5,075
Safetensors
Model size
35B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Johnblick187/Nexus-Coder-5Q3

Space using Johnblick187/Nexus-Coder-5Q3 1

Collection including Johnblick187/Nexus-Coder-5Q3