8000 Remove f16_kv · shawnx11/llama-cpp-python@ec26f36 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit ec26f36

Browse files
committed
Remove f16_kv
1 parent f1edc66 commit ec26f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

Lines 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