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="LuffyTheFox/North-Mini-Code-Genesis-1.0-APEX-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Original model made by CohereLabs

What I did? Here log: repair_North_Mini_Code.txt

  • I filled 153799 blocks in tensors.
  • Fixed drift in 2 ffn_gate_inp.weight tensors.
  • distilled dictionary from 94 forbidden unicode tokens.
Downloads last month
814
GGUF
Model size
30B params
Architecture
cohere2moe
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LuffyTheFox/North-Mini-Code-Genesis-1.0-APEX-GGUF

Quantized
(34)
this model