Skip to content

Commit

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

commit 852aafb163d32d5bad63c10bc323a02c28fec59d
Author: Djip007 <[email protected]>
Date:   Tue May 28 01:40:47 2024 +0200

    update HIP_UMA #7399 (#7414)

    * update HIP_UMA #7399

    add use of hipMemAdviseSetCoarseGrain when LLAMA_HIP_UMA is enable.
    - get x2 on prompte eval and x1.5 on token gen with rocm6.0 on ryzen 7940HX iGPU (780M/gfx1103)

    * simplify code, more consistent style

    ---------

    Co-authored-by: slaren <[email protected]>
  • Loading branch information
github-actions committed May 28, 2024
1 parent cf0c9af commit f8a39ba
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 = "2405280050.0.0+llamacpp-release.b3012"
version = "2405280614.0.0+llamacpp-release.b3015"
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 @@
2405280050.0.0+llamacpp-release.b3012
2405280614.0.0+llamacpp-release.b3015
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3012
b3015
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3008
b3012

0 comments on commit f8a39ba

Please sign in to comment.