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
1 change: 1 addition & 0 deletions ports/llama-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DGGML_CCACHE=OFF
-DGGML_OPENMP=OFF
Expand Down
1 change: 1 addition & 0 deletions ports/llama-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions ports/whisper-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DGGML_CCACHE=OFF
-DGGML_OPENMP=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/whisper-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"llama-cpp": {
"baseline": "5932.1.0",
"port-version": 0
"port-version": 1
},
"onnx": {
"baseline": "onnxruntime",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"whisper-cpp": {
"baseline": "1.7.6",
"port-version": 1
"port-version": 2
},
"xnnpack": {
"baseline": "onnxruntime",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/llama-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ab417cb355d75531f08b163fc48254b07ca4227c",
"version": "5932.1.0",
"port-version": 1
},
{
"git-tree": "5c9f52c89458ed254bcc0631895baa205956d675",
"version": "5932.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/whisper-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b6b827dbb49827b8467d0cfcb5b53c22e77d834",
"version": "1.7.6",
"port-version": 2
},
{
"git-tree": "dfa7cf7176805d1e1a4d58378e8f714510df58d3",
"version": "1.7.6",
Expand Down