GGUF
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="grimulkan/llama2_70b_longlora_32k_ROPE8_GGUF",
	filename="llama2-70b-longlora-rope8-32k.Q3_K_S.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

GGUF quantization(s) of llama2_70b_longlora_fp16_32k_ROPE8 base model

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

3-bit

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