Skip to content

Commit 8c14aee

Browse files
author
github-actions
committed
[auto] Sync version 2404081217.0.0+llamacpp-release.b2629
== Relevant log messages from source repo: commit 87fb5b4234d4b9c56ac94cf7aa229c8fd7defdb0 Author: Abhilash Majumder <[email protected]> Date: Mon Apr 8 13:56:01 2024 +0530 remove row=1 cond (#6532) commit f77261a7c525fa1fa47b18a3d78cd308ae41cafc Author: Slava Primenko <[email protected]> Date: Thu Apr 4 14:49:24 2024 +0200 ggml: bypass code incompatible with CUDA < 11.1 (whisper/2020) `cudaHostRegisterReadOnly` parameter was only introduced in CUDA 11.1 See this issue for more details: https://github.com/ggerganov/examples/whisper/whisper.cpp/issues/2007 commit d4f220a5ccdc6308173c1a31fad21d7c3fbc96c1 Author: Neo Zhang Jianyu <[email protected]> Date: Sun Apr 7 10:55:59 2024 +0800 support/fix OPs GGML_TYPE_IQ4_NL, GGML_TYPE_IQ4_XS, GGML_TYPE_IQ3_XXS, GGML_TYPE_IQ3_S, GGML_TYPE_IQ2_XXS, GGML_TYPE_IQ2_XS, GGML_TYPE_IQ2_S, GGML_TYPE_IQ1_S, GGML_TYPE_IQ1_M (#6521)
1 parent c1d4cda commit 8c14aee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggml-sys-bleedingedge"
3-
version = "2404061811.0.0+llamacpp-release.b2619"
3+
version = "2404081217.0.0+llamacpp-release.b2629"
44
description = "Bleeding edge low-level bindings to GGML. "
55
repository = "https://github.com/KerfuffleV2/ggml-sys-bleedingedge"
66
keywords = ["deep-learning", "machine-learning", "tensors", "ggml", "ml"]

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2404061811.0.0+llamacpp-release.b2619
1+
2404081217.0.0+llamacpp-release.b2629

ggml-tag-current.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b2619
1+
b2629

ggml-tag-previous.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b2615
1+
b2619

0 commit comments

Comments
 (0)