Skip to content

Commit b214e0c

Browse files
Update java-llama-cpp to 1.1.1
1 parent ca5e5e8 commit b214e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)