How to use from
llama.cpp
# Gated model: Login with a HF token with gated access permission
hf auth login
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
# Run inference directly in the terminal:
llama cli -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
# Run inference directly in the terminal:
llama cli -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
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 dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
# Run inference directly in the terminal:
./llama-cli -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
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 dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
Use Docker
docker model run hf.co/dxoth1nh/poc-llama-cpp-chat-template-recursion-dos
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated security PoC artifact

Proof-of-concept artifact for a responsibly disclosed model file vulnerability report.

Format: GGUF (.gguf)

This repository is for defensive validation and triage only. It is not a usable model. Do not request access unless you are the assigned reviewer.

Contents:

  • macro-recursion.gguf: crafted artifact
  • replay_llama_completion.py: bounded reproduction script for llama-completion
  • build-meta.json: local validation metadata and hashes

Expected reviewer flow:

  1. Download the artifact into an isolated environment.
  2. Build or provide llama-completion from the tested llama.cpp revision.
  3. Run:
python3 replay_llama_completion.py --completion-bin /path/to/llama-completion

Expected result:

  • the process terminates with SIGSEGV (returncode 139) while handling the embedded chat template.
Downloads last month
2
GGUF
Model size
293k 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