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: "9630"
version: "9631"
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: 131fe7f47a33552628cbc61449638daa24a35410840ebff58bb0ac9038790082
sha256: 2cad4e08c938649efac73bcbc3145b9b07d80e3949754db173845f4b5ec5a009

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