From 299577639f2b1a359f07f77c0050a38f04bd712f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 15 May 2026 19:35:08 +0000 Subject: [PATCH] Notice: project no longer maintained, link to active fork https://claude.ai/code/session_014PY3rPLpuWPnfQFiy8yNAk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bc278b1..589ea307 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ # Java Bindings for [llama.cpp](https://github.com/ggerganov/llama.cpp) +> [!WARNING] +> **This project is no longer maintained.** +> It has been forked and is actively maintained at: **[https://github.com/bernardladenthin/java-llama.cpp](https://github.com/bernardladenthin/java-llama.cpp)** + Inference of Meta's LLaMA model (and others) in pure C/C++. **You are welcome to contribute**