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
4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: llama.cpp
version: "9650"
version: "9660"
build: 0
# ensure arm_variant_type gets detected as a used variable
touch_arm_variant_type: ${{ arm_variant_type if (linux and aarch64) else "None" }}
Expand All @@ -11,7 +11,7 @@ package:

source:
url: https://github.com/ggml-org/${{ name }}/archive/b${{ version ~ "" | split(".") | list | last }}.tar.gz
sha256: 8b4b9c8a72766ebc4416202511cdb0283a8f5c2ebeb33f8029a0d80b1330a468
sha256: 5049add73b19efb55ea3971fc2b44d9c88dee6dd8daef3562cce81afdb045bc3

build:
# See https://conda-forge.org/docs/user/tipsandtricks/#installing-cuda-enabled-packages-like-tensorflow-and-pytorch
Expand Down