Skip to content

Commit

Permalink
fix init_time
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaihuo committed Sep 19, 2024
1 parent 245020f commit c22fcb4
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 @@ -235,7 +235,7 @@ extern "C" {
bool vocab_only; // only load the vocabulary, no weights
bool use_mmap; // use mmap if possible
bool use_mlock; // force system to keep model in RAM
bool init_time = true;
bool init_time;
};

struct llama_context_params {
Expand Down

0 comments on commit c22fcb4

Please sign in to comment.