Skip to content

Commit

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

commit 7fc50c051ae8a78e9643fdf172d12e20f2dd9b6c
Author: slaren <[email protected]>
Date:   Sat Apr 29 02:04:18 2023 +0200

    cuBLAS: use host pinned memory and dequantize while copying (#1207)

    * cuBLAS: dequantize simultaneously while copying memory

    * cuBLAS: use host pinned memory

    * cuBLAS: improve ggml_compute_forward_mul_mat_f16_f32 with pinned memory

    * cuBLAS: also pin kv cache

    * fix rebase

commit b1ee8f59b4101b46999a0995d9a34506f7285466
Author: Henri Vasserman <[email protected]>
Date:   Sat Apr 29 02:31:56 2023 +0300

    cuBLAS: non-contiguous tensor support (#1215)

    * Cuda: non-contiguous tensor support

    * remove extra stuff

    * rename

    * fix error

    * more fixes, now OpenBLAS and CLBlast build too

    * now then?

commit 36d19a603b221d1bd7897fcb10e823e2103b052d
Author: Stephan Walter <[email protected]>
Date:   Fri Apr 28 23:10:43 2023 +0000

    Remove Q4_3 which is no better than Q5 (#1218)
  • Loading branch information
github-actions committed Apr 29, 2023
1 parent ca01036 commit f94b68a
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 326 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 = "2304281820.0.0+llamacpp-release.master-55390bc"
version = "2304290124.0.0+llamacpp-release.master-7fc50c0"
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 @@
2304281820.0.0+llamacpp-release.master-55390bc
2304290124.0.0+llamacpp-release.master-7fc50c0
Loading

0 comments on commit f94b68a

Please sign in to comment.