Skip to content

Commit 96f39a0

Browse files
Update java-llama-cpp to 1.1.4 for bundled lib
1 parent 11191b8 commit 96f39a0

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
@@ -618,7 +618,7 @@
618618
<dependency>
619619
<groupId>de.kherud</groupId>
620620
<artifactId>llama</artifactId>
621-
<version>1.1.1</version>
621+
<version>1.1.4</version>
622622
<scope>provided</scope>
623623
</dependency>
624624
<!-- 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)