GGUF
Orca
llama
llama2
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="rob-x-ai/Orca-2-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

This is a quantized GGUF version of Orca-2 7B and 13B quantized to 4_0 and 8_0 bits.

(link to the original model : https://www.microsoft.com/en-us/research/blog/orca-2-teaching-small-language-models-how-to-reason/)

Downloads last month
105
GGUF
Model size
13B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

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

Datasets used to train rob-x-ai/Orca-2-GGUF