Skip to content
Merged
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "llama-cpp-python" %}
# NOTE: VERIFY llama_cpp_version before merging!
{% set version = "0.3.31" %}
{% set llama_cpp_version = "9660" %}
{% set version = "0.3.32" %}
{% set llama_cpp_version = "9851" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/llama_cpp_python-{{ version }}.tar.gz
sha256: c3fd23b2c7197770321020a89f23c6515a366511dce4fcda1e81cfb749267a94
sha256: b06502361770f82eb08b7f1a192eb084b9ead2b88fe32cda8c397a2782eabde6
patches:
# Asks cdll to look for the library in the path as well.
- 0001-Adapt-shared-library-relocation.patch
Expand Down