Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec26f36

Browse filesBrowse files
committed
Remove f16_kv
1 parent f1edc66 commit ec26f36
Copy full SHA for ec26f36

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/llama.py

Copy file name to clipboardExpand all lines: llama_cpp/llama.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def __init__(
904904
)
905905
self.context_params.yarn_orig_ctx = yarn_orig_ctx if yarn_orig_ctx != 0 else 0
906906
self.context_params.mul_mat_q = mul_mat_q
907-
self.context_params.f16_kv = f16_kv
907+
# self.context_params.f16_kv = f16_kv
908908
self.context_params.logits_all = logits_all
909909
self.context_params.embedding = embedding
910910

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.