Skip to content

Commit

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

commit 9c4c9cc83f7297a10bb3b2af54a22ac154fd5b20
Author: Galunid <[email protected]>
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 <[email protected]>
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`
  • Loading branch information
github-actions committed May 30, 2024
1 parent 5a29631 commit d185263
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 = "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"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2405301219.0.0+llamacpp-release.b3044
2405301815.0.0+llamacpp-release.b3046
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3044
b3046
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3040
b3044

0 comments on commit d185263

Please sign in to comment.