GGUF
English
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="Aryanne/Wizard-Orca-3B-gguf",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Some GGUF v2 quantizations of the model harborwater/wizard-orca-3b

It was trained on 2 epoch of pankajmathur's WizardLM_orca dataset.

Prompt template:

### HUMAN:
{prompt}

### RESPONSE:
<leave a newline for the model to answer>
Downloads last month
20
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Dataset used to train Aryanne/Wizard-Orca-3B-gguf

Spaces using Aryanne/Wizard-Orca-3B-gguf 5