Skip to content

Commit

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

commit 5a7d3125e7c24f223659b7f0b7aa7736986e92c0
Author: Georgi Gerganov <ggerganov@gmail.com>
Date:   Fri Dec 1 20:39:12 2023 +0200

    llama : avoid using "optional" keyword (#4283)

commit d5a1cbde60531d02ac74da27ea355182e3a4d516
Author: Georgi Gerganov <ggerganov@gmail.com>
Date:   Fri Dec 1 20:35:03 2023 +0200

    llama : support optional tensors (#4283)

commit 511f52c334e37033f9c9de07b98fca4abc9470bd
Author: Jared Van Bortel <jared@nomic.ai>
Date:   Fri Dec 1 13:18:35 2023 -0500

    build : enable libstdc++ assertions for debug builds (#4275)

commit 03562f3a86d6706eea9f4fc09b532946c191b34e
Author: CausalLM <148736309+CausalLM@users.noreply.github.com>
Date:   Sat Dec 2 02:17:06 2023 +0800

    llama : support attention bias on LLaMA architecture (#4283)

    * Support attention_bias on LLaMA architecture

    QKVO bias, should fix InternLM (ggerganov/llama.cpp#3133) and works for LLaMAfied Qwen models (ggerganov/llama.cpp#3743 (comment)).

    * check existence of qkvo bias while loading llama models

    Tested on LLaMA2, CUDA and CPU.

    * Update llama.cpp

commit 37c746d687d877bc11803e96b4dc5f378b83c0a0
Author: Shijie <821898965@qq.com>
Date:   Sat Dec 2 02:16:31 2023 +0800

    llama : add Qwen support (#4281)

    * enable qwen to llama.cpp

    * llama : do not GPU split bias tensors

    ---------

    Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
  • Loading branch information
github-actions committed Dec 2, 2023
1 parent a46cf66 commit 27528b9
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 = "2312011812.0.0+llamacpp-release.b1595"
version = "2312020046.0.0+llamacpp-release.b1601"
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 @@
2312011812.0.0+llamacpp-release.b1595
2312020046.0.0+llamacpp-release.b1601
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1595
b1601
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1593
b1595

0 comments on commit 27528b9

Please sign in to comment.