Skip to content

Commit 52200d5

Browse files
authored
Lint
1 parent 19d5afe commit 52200d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def generate(
775775
self.n_tokens = longest_prefix
776776
if self.verbose:
777777
print(f"Llama.generate: {longest_prefix} prefix-match hit, "
778-
f"remaining {len(tokens)} prompt tokens to eval", file=sys.stderr)
778+
f"remaining {len(tokens)} prompt tokens to eval", file=sys.stderr)
779779

780780
# Reset the model state
781781
if reset:

0 commit comments

Comments
 (0)