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="osirisbrain/OsirisCortex-v6-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

OsirisCortex-v6-GGUF

GGUF quantized version of OsirisCortex-v6 (Qwen3.5-9B Identity Fusion, abliterated). For use with llama.cpp on Apple Silicon.

Files

File Description
OsirisCortex-v6-Q6_K.gguf GGUF quantized model
OsirisCortex-v6-mmproj-BF16.gguf GGUF quantized model

Usage with llama.cpp

./llama-server -m <model-file>.gguf -ngl 99
Downloads last month
-
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support