Skip to content

Commit

Permalink
[auto] Sync version 2403061218.0.0+llamacpp-release.b2354
Browse files Browse the repository at this point in the history
== Relevant log messages from source repo:

commit e25fb4b18fcedb9bed6be4585cf842e9a669b28b
Author: bobqianic <129547291+bobqianic@users.noreply.github.com>
Date:   Wed Mar 6 07:35:07 2024 +0000

    ggml : use `uint8x16_t` return type for `ggml_vqtbl1q_u8` (#5894)

    * use uint8x16_t

    * Update ggml-quants.c
  • Loading branch information
github-actions committed Mar 6, 2024
1 parent 80484b8 commit 03fe480
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ggml-sys-bleedingedge"
version = "2403060614.0.0+llamacpp-release.b2352"
version = "2403061218.0.0+llamacpp-release.b2354"
description = "Bleeding edge low-level bindings to GGML. "
repository = "https://github.com/KerfuffleV2/ggml-sys-bleedingedge"
keywords = ["deep-learning", "machine-learning", "tensors", "ggml", "ml"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2403060614.0.0+llamacpp-release.b2352
2403061218.0.0+llamacpp-release.b2354
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2352
b2354
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2350
b2352

0 comments on commit 03fe480

Please sign in to comment.