From 0ea41be0fe868c6ff8f330e104c5a6d87c458873 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 May 2026 19:45:43 +0000 Subject: [PATCH] docs: add fork attribution to @kherud in README Honors the original java-llama.cpp project by kherud with a prominent blockquote at the top of README.md. https://claude.ai/code/session_01ARt8uaa73YqxMLw1KThMjW --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 472c8588..8eed7369 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) [![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) +> **Forked from** [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp): many thanks to [@kherud](https://github.com/kherud) for the great work! + # Java Bindings for [llama.cpp](https://github.com/ggerganov/llama.cpp) Inference of Meta's LLaMA model (and others) in pure C/C++.