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="N-Bot-Int/OpenElla-NovelWriter-8B-V2-GGUF",
	filename="OpenElla-NovelWriter-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

// BORKED

OpenEla-NovelWriter-7B-V2-GGUF : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf N-Bot-Int/OpenEla-NovelWriter-7B-V2-GGUF --jinja
  • For multimodal models: llama-mtmd-cli -hf N-Bot-Int/OpenEla-NovelWriter-7B-V2-GGUF --jinja

Available Model files:

  • Llama-3.1-8B-Instruct-heretic.Q4_K_M.gguf This was trained 2x faster with Unsloth
Downloads last month
888
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for N-Bot-Int/OpenElla-NovelWriter-8B-V2-GGUF

Quantized
(4)
this model

Collection including N-Bot-Int/OpenElla-NovelWriter-8B-V2-GGUF