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="VerusCommunity/llama-3-verus-revision-2",
	filename="llama-3-verus-r2_5-q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Changes:

Smarter training data

Trained to understand the mission of Verus Trained to understand the current state of Verus's technology better

Better LMStudio Config (Use the plain_turns config in THIS repo for this model)

Less-cluttered Repo

image/png

Known issue: model will go braindead if it sees chatml tokens. Do not use those. The next version will use a more minimalistic format since chatml apparently degrades performance so severely.

Downloads last month
11
GGUF
Model size
8B params
Architecture
llama
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