Skip to content

Commit bbd52e2

Browse files
authored
[llama.cpp] Update llama.cpp to latest release b2581 (2024-03-30)
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: ggml-org/llama.cpp#5423
1 parent 22b46a9 commit bbd52e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
org.gradle.daemon=true
23
org.gradle.jvmargs=-Xmx1024M --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
34
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
@@ -21,7 +22,7 @@ onnxruntime_version=1.17.1
2122
paddlepaddle_version=2.3.2
2223
sentencepiece_version=0.1.97
2324
tokenizers_version=0.15.0
24-
llamacpp_version=b1696
25+
llamacpp_version=b2581
2526
fasttext_version=0.9.2
2627
xgboost_version=2.0.3
2728
lightgbm_version=3.2.110

0 commit comments

Comments
 (0)