Skip to content

Commit

Permalink
duo: fix lint, extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
okuvshynov committed May 31, 2024
1 parent 5874e47 commit 56ddaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ extern "C" {

ggml_backend_sched_eval_callback cb_eval;
void * cb_eval_user_data;

enum ggml_type type_k; // data type for K cache [EXPERIMENTAL]
enum ggml_type type_v; // data type for V cache [EXPERIMENTAL]

Expand Down

0 comments on commit 56ddaed

Please sign in to comment.