From d185263eb394c26208da87754753d3e6274e8747 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 May 2024 18:16:11 +0000 Subject: [PATCH] [auto] Sync version 2405301815.0.0+llamacpp-release.b3046 == Relevant log messages from source repo: commit 9c4c9cc83f7297a10bb3b2af54a22ac154fd5b20 Author: Galunid Date: Thu May 30 13:40:00 2024 +0200 Move convert.py to examples/convert-legacy-llama.py (#7430) * Move convert.py to examples/convert-no-torch.py * Fix CI, scripts, readme files * convert-no-torch -> convert-legacy-llama * Move vocab thing to vocab.py * Fix convert-no-torch -> convert-legacy-llama * Fix lost convert.py in ci/run.sh * Fix imports * Fix gguf not imported correctly * Fix flake8 complaints * Fix check-requirements.sh * Get rid of ADDED_TOKENS_FILE, FAST_TOKENIZER_FILE * Review fixes commit 59b0d077662fab430446b3119fa142f3291c45b2 Author: Chris Elrod Date: Thu May 30 07:32:55 2024 -0400 faster avx512 exp implementation (#7551) * faster avx512 exp implementation * x->r * improve accuracy, handle special cases * remove `e` --- 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 edc5d20..dd583e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggml-sys-bleedingedge" -version = "2405301219.0.0+llamacpp-release.b3044" +version = "2405301815.0.0+llamacpp-release.b3046" 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 5ecd54b..83788e2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2405301219.0.0+llamacpp-release.b3044 +2405301815.0.0+llamacpp-release.b3046 diff --git a/ggml-tag-current.txt b/ggml-tag-current.txt index 1f41689..0d4a277 100644 --- a/ggml-tag-current.txt +++ b/ggml-tag-current.txt @@ -1 +1 @@ -b3044 +b3046 diff --git a/ggml-tag-previous.txt b/ggml-tag-previous.txt index 9b156f7..1f41689 100644 --- a/ggml-tag-previous.txt +++ b/ggml-tag-previous.txt @@ -1 +1 @@ -b3040 +b3044