Skip to content

Commit

Permalink
update llama.cpp code
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Mar 15, 2024
1 parent a20b62c commit 23d09ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>
LLaMA Plugin Changelog
</h1>

<p><b>0.0.2</b> -- December 31, 2023</p>
<p><b>0.0.2</b> -- Marck 31, 2024</p>

<ul>
<li>Enable clients to infer directly with prompt using IQ message</li>
Expand Down
Binary file modified classes/linux-64/server
Binary file not shown.
Binary file modified classes/win-64/ggml_shared.dll
Binary file not shown.
Binary file modified classes/win-64/llama.dll
Binary file not shown.
Binary file modified classes/win-64/llava_shared.dll
Binary file not shown.
Binary file modified classes/win-64/server.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<version>${openfire.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>9.9.1</version>
</dependency>

<dependency>
<groupId>net.sf.json-lib</groupId>
Expand Down

0 comments on commit 23d09ab

Please sign in to comment.