Skip to content

Commit

Permalink
CUDA: mul_mat_q=true llama_context_params default (ggerganov#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGaessler authored Aug 30, 2023
1 parent 71d6975 commit 8afe228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5287,7 +5287,7 @@ struct llama_context_params llama_context_default_params() {
/*.progress_callback =*/ nullptr,
/*.progress_callback_user_data =*/ nullptr,
/*.low_vram =*/ false,
/*.mul_mat_q =*/ false,
/*.mul_mat_q =*/ true,
/*.f16_kv =*/ true,
/*.logits_all =*/ false,
/*.vocab_only =*/ false,
Expand Down

0 comments on commit 8afe228

Please sign in to comment.