-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[auto] Sync version 2405231219.0.0+llamacpp-release.b2979
== Relevant log messages from source repo: commit 9b82476ee9e73065a759f8bcc4cf27ec7ab2ed8c Author: fairydreaming <[email protected]> Date: Thu May 23 11:49:53 2024 +0200 Add missing inference support for GPTNeoXForCausalLM (Pythia and GPT-NeoX base models) (#7461) * convert-hf : add conversion of bloom-style qkv tensor to gpt-style qkv (code borrowed from BloomModel) * llama : add inference support for LLM_ARCH_GPTNEOX * llama : add model types for every Pythia variant and GPT-NeoX Co-authored-by: Stanisław Szymczyk <[email protected]> commit a61a94e543e3c6877c087e80fca27a0313ce5fd5 Author: Georgi Gerganov <[email protected]> Date: Thu May 23 12:38:18 2024 +0300 llama : rename n_ctx -> cache.size, less confusing (#0) commit d48c88cbd563b6cf0ce972e2f56796896e240736 Author: Georgi Gerganov <[email protected]> Date: Thu May 23 10:00:44 2024 +0300 ggml : remove ggml_flash_attn and ggml_flash_ff (#7463) ggml-ci commit e84b71c2c6da6e69c8f815168ea836f9716a325e Author: Georgi Gerganov <[email protected]> Date: Thu May 23 10:00:21 2024 +0300 ggml : drop support for QK_K=64 (#7473) * ggml : drop support for QK_K=64 ggml-ci * opencl : restore QK_K=256 define commit 1b1e27cb49158123ef4902aa41eb368c9e76e6a1 Author: 0cc4m <[email protected]> Date: Thu May 23 08:59:59 2024 +0200 Update vulkan rope implementation to support frequency factors (#7475)
- Loading branch information
github-actions
committed
May 23, 2024
1 parent
6ab87f5
commit d7a3bbd
Showing
5 changed files
with
24 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2405221814.0.0+llamacpp-release.b2968 | ||
2405231219.0.0+llamacpp-release.b2979 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b2968 | ||
b2979 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b2965 | ||
b2968 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters