From 28dc7186a027ce7a2118562b6d29ae6ff73872bb Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:44:55 +0000 Subject: [PATCH 1/2] updated v0.3.33 --- recipe/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index e00bdc4..23ab766 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: name: llama-cpp-python - version: "0.3.32" + version: "0.3.33" # NOTE: VERIFY llama_cpp_version before merging! llama_cpp_version: "9851" @@ -12,13 +12,13 @@ package: source: url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/llama_cpp_python-${{ version }}.tar.gz - sha256: b06502361770f82eb08b7f1a192eb084b9ead2b88fe32cda8c397a2782eabde6 + sha256: 369ba03d02caaef42c1ed07bbdc454f7436e47c7675b8b9757fa13fbac6acd92 patches: # Asks cdll to look for the library in the path as well. - 0001-Adapt-shared-library-relocation.patch build: - number: 1 + number: 0 script: - if: win then: From a1ee1bbab9d4979991b9489d0f5d94d901e351fc Mon Sep 17 00:00:00 2001 From: Toni Hermoso Pulido Date: Fri, 10 Jul 2026 16:38:31 +0200 Subject: [PATCH 2/2] Upgrade to llama.cpp 9923 --- recipe/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 23ab766..a2f8c5f 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -4,7 +4,7 @@ context: name: llama-cpp-python version: "0.3.33" # NOTE: VERIFY llama_cpp_version before merging! - llama_cpp_version: "9851" + llama_cpp_version: "9923" package: name: ${{ name|lower }}