From f8a39ba576ddb6f6e55cc079a27c12fd98adea38 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 May 2024 06:15:56 +0000 Subject: [PATCH] [auto] Sync version 2405280614.0.0+llamacpp-release.b3015 == Relevant log messages from source repo: commit 852aafb163d32d5bad63c10bc323a02c28fec59d Author: Djip007 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 --- Cargo.toml | 2 +- VERSION.txt | 2 +- ggml-tag-current.txt | 2 +- ggml-tag-previous.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 567ceb0..8101cb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/VERSION.txt b/VERSION.txt index a1e87e9..c1bcddd 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2405280050.0.0+llamacpp-release.b3012 +2405280614.0.0+llamacpp-release.b3015 diff --git a/ggml-tag-current.txt b/ggml-tag-current.txt index ae4d040..48eaaeb 100644 --- a/ggml-tag-current.txt +++ b/ggml-tag-current.txt @@ -1 +1 @@ -b3012 +b3015 diff --git a/ggml-tag-previous.txt b/ggml-tag-previous.txt index e297604..ae4d040 100644 --- a/ggml-tag-previous.txt +++ b/ggml-tag-previous.txt @@ -1 +1 @@ -b3008 +b3012