Skip to content

Commit

Permalink
verbose默认设为false
Browse files Browse the repository at this point in the history
  • Loading branch information
黄宇扬 committed Jul 18, 2024
1 parent 4c3da0d commit d38ae99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/basellm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ namespace fastllm {
}

model->tokensLimit = maxTotalLens;

model->verbose = true;
if (model->verbose) {
printf("Fastllm KV Cache Limit: %f MB.\n", (double)kvCacheLimit / 1024 / 1024);
printf("Fastllm KV Cache Token limit: %d tokens.\n", maxTotalLens);
Expand Down

0 comments on commit d38ae99

Please sign in to comment.