diff --git a/ports/llama-cpp/portfile.cmake b/ports/llama-cpp/portfile.cmake index abc8db3..454388b 100644 --- a/ports/llama-cpp/portfile.cmake +++ b/ports/llama-cpp/portfile.cmake @@ -47,6 +47,7 @@ endif() vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" + DISABLE_PARALLEL_CONFIGURE OPTIONS -DGGML_CCACHE=OFF -DGGML_OPENMP=OFF diff --git a/ports/llama-cpp/vcpkg.json b/ports/llama-cpp/vcpkg.json index 39d707a..b7b2335 100644 --- a/ports/llama-cpp/vcpkg.json +++ b/ports/llama-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "llama-cpp", "version": "5932.1.0", + "port-version": 1, "description": "LLM inference in C/C++", "homepage": "https://github.com/ggml-org/llama.cpp", "license": "MIT", diff --git a/ports/whisper-cpp/portfile.cmake b/ports/whisper-cpp/portfile.cmake index 16dace0..bcb3bc3 100644 --- a/ports/whisper-cpp/portfile.cmake +++ b/ports/whisper-cpp/portfile.cmake @@ -19,6 +19,7 @@ endif() vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" + DISABLE_PARALLEL_CONFIGURE OPTIONS -DGGML_CCACHE=OFF -DGGML_OPENMP=OFF diff --git a/ports/whisper-cpp/vcpkg.json b/ports/whisper-cpp/vcpkg.json index 77c44e0..4609cda 100644 --- a/ports/whisper-cpp/vcpkg.json +++ b/ports/whisper-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "whisper-cpp", "version": "1.7.6", - "port-version": 1, + "port-version": 2, "description": "High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model", "homepage": "https://github.com/ggml-org/whisper.cpp", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 87bf119..4652b60 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -14,7 +14,7 @@ }, "llama-cpp": { "baseline": "5932.1.0", - "port-version": 0 + "port-version": 1 }, "onnx": { "baseline": "onnxruntime", @@ -70,7 +70,7 @@ }, "whisper-cpp": { "baseline": "1.7.6", - "port-version": 1 + "port-version": 2 }, "xnnpack": { "baseline": "onnxruntime", diff --git a/versions/l-/llama-cpp.json b/versions/l-/llama-cpp.json index 4476e41..0059243 100644 --- a/versions/l-/llama-cpp.json +++ b/versions/l-/llama-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ab417cb355d75531f08b163fc48254b07ca4227c", + "version": "5932.1.0", + "port-version": 1 + }, { "git-tree": "5c9f52c89458ed254bcc0631895baa205956d675", "version": "5932.1.0", diff --git a/versions/w-/whisper-cpp.json b/versions/w-/whisper-cpp.json index 92ef1d9..7157b72 100644 --- a/versions/w-/whisper-cpp.json +++ b/versions/w-/whisper-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3b6b827dbb49827b8467d0cfcb5b53c22e77d834", + "version": "1.7.6", + "port-version": 2 + }, { "git-tree": "dfa7cf7176805d1e1a4d58378e8f714510df58d3", "version": "1.7.6",