Skip to content

Commit

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

commit 5921b8f089d3b7bda86aac5a66825df6a6c10603
Author: Georgi Gerganov <[email protected]>
Date:   Thu May 30 19:01:41 2024 +0300

    llama : cache llama_token_to_piece (#7587)

    * llama : cache llama_token_to_piece

    ggml-ci

    * llama : use vectors and avoid has_cache

    ggml-ci

    * llama : throw on unknown tokenizer types

    ggml-ci

    * llama : print a log of the total cache size
  • Loading branch information
github-actions committed May 31, 2024
1 parent d185263 commit 44b1e89
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 = "2405301815.0.0+llamacpp-release.b3046"
version = "2405310051.0.0+llamacpp-release.b3051"
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 @@
2405301815.0.0+llamacpp-release.b3046
2405310051.0.0+llamacpp-release.b3051
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3046
b3051
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3044
b3046

0 comments on commit 44b1e89

Please sign in to comment.