Skip to content

Commit

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

commit 48e6b92cc378c937e59719f2c0f482bf76c9ca81
Author: Xuan Son Nguyen <[email protected]>
Date:   Tue Jun 25 13:56:49 2024 +0200

    Add chat template support for llama-cli (#8068)

    * add chat template support for llama-cli

    * add help message

    * server: simplify format_chat

    * more consistent naming

    * improve

    * add llama_chat_format_example

    * fix server

    * code style

    * code style

    * Update examples/main/main.cpp

    Co-authored-by: Georgi Gerganov <[email protected]>

    ---------

    Co-authored-by: Georgi Gerganov <[email protected]>
  • Loading branch information
github-actions committed Jun 25, 2024
1 parent cd790e6 commit 1ae0d00
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 = "2406250615.0.0+llamacpp-release.b3219"
version = "2406251815.0.0+llamacpp-release.b3222"
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 @@
2406250615.0.0+llamacpp-release.b3219
2406251815.0.0+llamacpp-release.b3222
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3219
b3222
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3216
b3219

0 comments on commit 1ae0d00

Please sign in to comment.