diff --git a/pom.xml b/pom.xml
index df51b02..730f5c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
chat.octet
llama-java-core
jar
- 1.1.2
+ 1.1.3
llama-java-core
Another simple Java bindings for llama.cpp, The goal is to integrate the capabilities of LLMs into the
diff --git a/src/main/java/chat/octet/model/LlamaService.java b/src/main/java/chat/octet/model/LlamaService.java
index e2113ef..7dcfae9 100644
--- a/src/main/java/chat/octet/model/LlamaService.java
+++ b/src/main/java/chat/octet/model/LlamaService.java
@@ -32,6 +32,7 @@ public class LlamaService {
public static native void llamaBackendInit(boolean numa);
+ // Note: Call once at the end of the program - currently only used for MPI
@Deprecated
public static native void llamaBackendFree();