How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf concedo/koboldcpp
# Run inference directly in the terminal:
llama-cli -hf concedo/koboldcpp
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf concedo/koboldcpp
# Run inference directly in the terminal:
llama-cli -hf concedo/koboldcpp
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf concedo/koboldcpp
# Run inference directly in the terminal:
./llama-cli -hf concedo/koboldcpp
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf concedo/koboldcpp
# Run inference directly in the terminal:
./build/bin/llama-cli -hf concedo/koboldcpp
Use Docker
docker model run hf.co/concedo/koboldcpp
Quick Links

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,251
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