Skip to content

Commit b08f439

Browse files
Merge branch 'ap-fifo-and-llama' of github.com:MyRobotLab/myrobotlab into ap-fifo-and-llama
2 parents 130e0d4 + f610345 commit b08f439

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.0</version>
625+
<version>1.1.1</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.0");
13+
addDependency("de.kherud", "llama", "1.1.1");
1414
}
1515
}

0 commit comments

Comments
 (0)