Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ports/llama-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tetherto/qvac-ext-lib-llama.cpp
REF b${VERSION}-mtmd
SHA512 1a913d81d7dcafe02dfd76bb116681a198c903ff6ce7d9be0e671cf4654507ed542b7a415d882762ec8340a530b96dd7d72c6c6aa476f1d64ad5f3083a633dea
REF b${VERSION}
SHA512 9baedc3c4ff681222d8fe16ac10346af9cd7fd5a4a6047448f8a3ad0712ba8e35dbd06af16b3a8c6c8b25518b43fd3b152275e90969f0c33cf851cdb44484eb0
)

if (VCPKG_TARGET_IS_ANDROID)
Expand Down Expand Up @@ -51,9 +51,10 @@ vcpkg_cmake_configure(
-DGGML_CCACHE=OFF
-DGGML_OPENMP=OFF
-DGGML_LLAMAFILE=OFF
-DLLAMA_MTMD=ON
-DLLAMA_CURL=OFF
-DLLAMA_BUILD_TESTS=OFF
-DLLAMA_BUILD_TOOLS=ON
-DLLAMA_BUILD_TOOLS=OFF
-DLLAMA_BUILD_EXAMPLES=OFF
-DLLAMA_BUILD_SERVER=OFF
-DLLAMA_ALL_WARNINGS=OFF
Expand Down
3 changes: 1 addition & 2 deletions ports/llama-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "llama-cpp",
"version": "5753",
"port-version": 2,
"version": "5932.1.0",
"description": "LLM inference in C/C++",
"homepage": "https://github.com/ggml-org/llama.cpp",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"port-version": 0
},
"llama-cpp": {
"baseline": "5753",
"port-version": 2
"baseline": "5932.1.0",
"port-version": 0
},
"onnx": {
"baseline": "onnxruntime",
Expand Down
10 changes: 10 additions & 0 deletions versions/l-/llama-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"git-tree": "5c9f52c89458ed254bcc0631895baa205956d675",
"version": "5932.1.0",
"port-version": 0
},
{
"git-tree": "21c22170de5d62e887862e6ae3966e60f403ea2a",
"version": "5932.0.0",
"port-version": 0
},
{
"git-tree": "ad2b73778553b6becf1428e89072be16dde857c1",
"version": "5753",
Expand Down