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="concedo/koboldcpp",
	filename="baby_llama.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Concedo-llamacpp

This is a placeholder model used for a llamacpp powered KoboldAI API emulator by Concedo. This is NOT llama. Do not download or use this model directly.

It is required to ensure the API works correctly within the official KoboldAI client.

Check out https://github.com/LostRuins/llamacpp-for-kobold for more information.

All feedback and comments can be directed to Concedo on the KoboldAI discord.

Downloads last month
1,454
GGUF
Model size
58.3M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Spaces using concedo/koboldcpp 2