How to use from the
Use from the
llama-cpp-python library
# Gated model: Login with a HF token with gated access permission
hf auth login
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="dxoth1nh/poc-llama-cpp-chat-template-recursion-dos",
	filename="macro-recursion.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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