From 5f9c330670449ea0e3cb8ba94d2485251fd206aa Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:37:28 +0000 Subject: [PATCH 1/2] updated v0.3.30 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ebc2091..aae404d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "llama-cpp-python" %} # NOTE: VERIFY llama_cpp_version before merging! -{% set version = "0.3.29" %} +{% set version = "0.3.30" %} {% set llama_cpp_version = "9574" %} package: @@ -9,7 +9,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/llama_cpp_python-{{ version }}.tar.gz - sha256: 21122165951bdc25ba27c0483a2f44082c860d89422945548c64df08b6029ce4 + sha256: 798c9b42652d2e0bff5fe81e7e762089f425a99e67f66ffe5ae156957876e0d1 patches: # Asks cdll to look for the library in the path as well. - 0001-Adapt-shared-library-relocation.patch From 50c51e41ff565e967fc681750804d00a11ecc959 Mon Sep 17 00:00:00 2001 From: Toni Hermoso Pulido Date: Tue, 16 Jun 2026 17:00:08 +0200 Subject: [PATCH 2/2] Update llama_cpp_version to 9660 Bump the llama-cpp-python dependency version from 9574 to 9660 in the recipe metadata. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index aae404d..b2678c0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "llama-cpp-python" %} # NOTE: VERIFY llama_cpp_version before merging! {% set version = "0.3.30" %} -{% set llama_cpp_version = "9574" %} +{% set llama_cpp_version = "9660" %} package: name: {{ name|lower }}