Skip to content

Commit 5370fa6

Browse files
Update java-llama-cpp to 1.1.4 for bundled lib
1 parent f0f4ba6 commit 5370fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
<dependency>
623623
<groupId>de.kherud</groupId>
624624
<artifactId>llama</artifactId>
625-
<version>1.1.1</version>
625+
<version>1.1.4</version>
626626
<scope>provided</scope>
627627
</dependency>
628628
<!-- Llama end -->

src/main/java/org/myrobotlab/service/meta/LlamaMeta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public LlamaMeta() {
1010
"llama.cpp project. Can run most GGUF models."
1111
);
1212

13-
addDependency("de.kherud", "llama", "1.1.1");
13+
addDependency("de.kherud", "llama", "1.1.4");
1414
}
1515
}

0 commit comments

Comments
 (0)