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/Huginn-19b-prototype",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Some of my own quants:

  • Huginn-19b-prototype_Q3_K_L.gguf
  • Huginn-19b-prototype_Q3_K_M.gguf
  • Huginn-19b-prototype_Q3_K_S.gguf
  • Huginn-19b-prototype_Q4_1.gguf
  • Huginn-19b-prototype_Q4_K_M.gguf
  • Huginn-19b-prototype_Q4_K_S.gguf
  • Huginn-19b-prototype_Q5_1.gguf

Source: The-Face-Of-Goonery

Source Model: Huginn-19b-prototype

Source models for The-Face-Of-Goonery/Huginn-19b-prototype (Merge)

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

3-bit

4-bit

5-bit

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