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 95a1533 commit 9bab46fCopy full SHA for 9bab46f
llama_cpp/llama.py
@@ -1523,7 +1523,8 @@ def logit_bias_processor(
1523
if self.verbose:
1524
print("Llama._create_completion: cache save", file=sys.stderr)
1525
self.cache[prompt_tokens + completion_tokens] = self.save_state()
1526
- print("Llama._create_completion: cache saved", file=sys.stderr)
+ if self.verbose:
1527
+ print("Llama._create_completion: cache saved", file=sys.stderr)
1528
return
1529
1530
if self.cache:
0 commit comments