Skip to content

Commit

Permalink
Update maven version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Sep 29, 2023
1 parent 27a2f4c commit 34b1081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>chat.octet</groupId>
<artifactId>llama-java-core</artifactId>
<packaging>jar</packaging>
<version>1.1.2</version>
<version>1.1.3</version>

<name>llama-java-core</name>
<description>Another simple Java bindings for llama.cpp, The goal is to integrate the capabilities of LLMs into the
Expand Down
1 change: 1 addition & 0 deletions src/main/java/chat/octet/model/LlamaService.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 34b1081

Please # to comment.