Views
No views yet
◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈ ◈Qwen/Qwen2.5-7B-Instruct1./llama-cli \
2 -m nexusmon-sovereign-gguf-q4_k_m.gguf \
3 --chat-template chatml \
4 -p "..." \
5 -n 5121from llama_cpp import Llama
2
3llm = Llama.from_pretrained(
4 repo_id="LordMo2/nexusmon-sovereign-gguf",
5 filename="*q4_k_m*",
6 verbose=False
7)
8output = llm.create_chat_completion(
9 messages=[{"role": "user", "content": "..."}]
10)
11print(output["choices"][0]["message"]["content"])◈ CROWNCORE [SEED — origin signal]
│
└─── SOVEREIGN·7B [CONTAINED — full weights]
│
└─── SOVEREIGN·GGUF [PORTABLE — this vessel]COMPRESSED · PORTABLE · SOVEREIGN
SAME SIGNAL — SMALLER FORM