Skip to content

Commit

Permalink
Update llama.cpp libs version to b1369
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Oct 12, 2023
1 parent 1d0f91a commit 285f34f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Zh_CN.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>chat.octet</groupId>
<artifactId>llama-java-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -27,7 +27,7 @@ Another simple Java bindings for 🦙 [**llama.cpp**](https://github.com/ggergan
<dependency>
<groupId>chat.octet</groupId>
<artifactId>llama-java-core</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```

Expand Down
Binary file modified src/main/resources/darwin-x86-64/libllama.dylib
Binary file not shown.
Binary file modified src/main/resources/linux-x86-64/libllama.so
Binary file not shown.

0 comments on commit 285f34f

Please sign in to comment.