forked from meta-introspector/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Remove f16_kv, add offload_kqv field (ggerganov#1019)
F16_KV appears to have been removed here: ggerganov@af99c6f This addresses two issues: - ggerganov#995 which just requests to add the KV cache offloading param - ggerganov#1006 a NULL ptr exception when using the embeddings (introduced by leaving f16_kv in the fields struct)
- Loading branch information
1 parent
37da8e8
commit 62944df
Showing
3 changed files
with
3 additions
and
10 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
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