Skip to content

Commit 7d2b138

Browse files
author
github-actions
committed
[auto] Sync version 2406240053.0.0+llamacpp-release.b3208
== Relevant log messages from source repo: commit e112b610a1a75cb7fa8351e1a933e2e7a755a5ce Author: Eddie-Wang <[email protected]> Date: Mon Jun 24 02:27:57 2024 +0800 llama : add support for BitnetForCausalLM (#7931) * hf bitnet v1 * hf bitnet e2e v2 * finish bitnet e2e * finish f16 hf bitnet e2e * remove unsed * finish bitnet i2 e2e * move i2s to quantize v1 * move i2 to quantize * clean code * clean code 2 * fix codestyle * fix code * fix * fix code * fix merge * remove unused * change table name * fix whitespace * delete redundant * i2_s to absmax * finish i2_s/i8_s vec_dot x86 simd * i2s->q22 * fix code * remove block scale * add dequantize * fix seq * update avx2 * remove q2_2 * remove q22_grid * fix whitespace * reuse llm_build_kv * fix bo --------- Co-authored-by: root <root@wangjinheng>
1 parent 46dfdff commit 7d2b138

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggml-sys-bleedingedge"
3-
version = "2406231813.0.0+llamacpp-release.b3206"
3+
version = "2406240053.0.0+llamacpp-release.b3208"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2406231813.0.0+llamacpp-release.b3206
1+
2406240053.0.0+llamacpp-release.b3208

ggml-tag-current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b3206
1+
b3208

ggml-tag-previous.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b3205
1+
b3206

0 commit comments

Comments
 (0)