Skip to content

Commit

Permalink
[llama.cpp] Update llama.cpp to latest release b2581 (2024-03-30)
Browse files Browse the repository at this point in the history
In order to get support for BERT based sentence embedding models like BAAI/bge-base-en-v1.5, mixedbread-ai/mxbai-embed-large-v1,  or others, update llama.cpp from

b1696 (2023-12-12):
https://github.com/ggerganov/llama.cpp/releases/tag/b1696

to the current latest release

b2581 (2024-03-30):
https://github.com/ggerganov/llama.cpp/releases/tag/b2581

BERT support was added to llama.cpp in February 2024:
ggerganov/llama.cpp#5423
  • Loading branch information
howlger committed Apr 1, 2024
1 parent 22b46a9 commit bbd52e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1024M --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
Expand All @@ -21,7 +22,7 @@ onnxruntime_version=1.17.1
paddlepaddle_version=2.3.2
sentencepiece_version=0.1.97
tokenizers_version=0.15.0
llamacpp_version=b1696
llamacpp_version=b2581
fasttext_version=0.9.2
xgboost_version=2.0.3
lightgbm_version=3.2.110
Expand Down

0 comments on commit bbd52e2

Please sign in to comment.