Transformers
GGUF
Not-For-All-Audiences
chemistry
math
code
physics
TensorBlock
GGUF
Eval Results (legacy)
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="tensorblock/Hercules-2.5-Mistral-7B-GGUF",
	filename="Hercules-2.5-Mistral-7B-Q2_K.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card