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="actionpace/robin-13b-v2-delta",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Some of my own quants:

  • robin-13b-v2-delta_Q5_1_4K.gguf
  • robin-13b-v2-delta_Q5_1_8K.gguf

Source: OptimalScale

Source Model: robin-13b-v2-delta

Source models for OptimalScale/robin-13b-v2-delta (Finetune)

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

5-bit

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