We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1edc66 commit ec26f36Copy full SHA for ec26f36
llama_cpp/llama.py
@@ -904,7 +904,7 @@ def __init__(
904
)
905
self.context_params.yarn_orig_ctx = yarn_orig_ctx if yarn_orig_ctx != 0 else 0
906
self.context_params.mul_mat_q = mul_mat_q
907
- self.context_params.f16_kv = f16_kv
+ # self.context_params.f16_kv = f16_kv
908
self.context_params.logits_all = logits_all
909
self.context_params.embedding = embedding
910
0 commit comments