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
8 changes: 4 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ 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"
llama_cpp_version: "9923"

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

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:
Expand Down
Loading