Skip to content

Commit ecd7890

Browse files
authored
Lint
1 parent 5bdad76 commit ecd7890

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
@@ -996,7 +996,7 @@ def decode_batch(seq_sizes: List[int]):
996996

997997
if return_count:
998998
return output, total_tokens
999-
999+
10001000
return output
10011001

10021002
def _create_completion(

0 commit comments

Comments
 (0)