diff --git a/README.Zh_CN.md b/README.Zh_CN.md index 7994742..9ec3f11 100644 --- a/README.Zh_CN.md +++ b/README.Zh_CN.md @@ -1,7 +1,7 @@ # ☕️ Java bindings for [`llama.cpp`](https://github.com/ggerganov/llama.cpp) -[![README Zh_CN](https://img.shields.io/badge/Lang-中文-red)](./README.Zh_CN.md) +![GitHub release (with filter)](https://img.shields.io/github/v/release/eoctet/llama-java-core?logo=GitHub&color=purple) [![README English](https://img.shields.io/badge/Lang-English-blue)](./README.md) [![Llama java chat](https://img.shields.io/badge/Github-llama_java_chat-green)](https://github.com/eoctet/llama-java-chat.git) ![GitHub all releases](https://img.shields.io/github/downloads/eoctet/llama-java-core/total) @@ -27,7 +27,7 @@ chat.octet llama-java-core - 1.1.6 + 1.1.7 ``` diff --git a/README.md b/README.md index 4ed4e60..8aa3653 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ☕️ Java bindings for [`llama.cpp`](https://github.com/ggerganov/llama.cpp) +![GitHub release (with filter)](https://img.shields.io/github/v/release/eoctet/llama-java-core?logo=GitHub&color=purple) [![README Zh_CN](https://img.shields.io/badge/Lang-中文-red)](./README.Zh_CN.md) -[![README English](https://img.shields.io/badge/Lang-English-blue)](./README.md) [![Llama java chat](https://img.shields.io/badge/Github-llama_java_chat-green)](https://github.com/eoctet/llama-java-chat.git) ![GitHub all releases](https://img.shields.io/github/downloads/eoctet/llama-java-core/total) ![GitHub language count](https://img.shields.io/github/languages/count/eoctet/llama-java-core) @@ -27,7 +27,7 @@ Another simple Java bindings for 🦙 [**llama.cpp**](https://github.com/ggergan chat.octet llama-java-core - 1.1.6 + 1.1.7 ``` diff --git a/src/main/resources/darwin-x86-64/libllama.dylib b/src/main/resources/darwin-x86-64/libllama.dylib index c6d5b1f..8783762 100755 Binary files a/src/main/resources/darwin-x86-64/libllama.dylib and b/src/main/resources/darwin-x86-64/libllama.dylib differ diff --git a/src/main/resources/linux-x86-64/libllama.so b/src/main/resources/linux-x86-64/libllama.so index 04f0958..c08a4ee 100644 Binary files a/src/main/resources/linux-x86-64/libllama.so and b/src/main/resources/linux-x86-64/libllama.so differ