Skip to content

Commit be20a80

Browse files
authored
Lint
1 parent 92f5221 commit be20a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/_internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def tokenize(self, text: bytes, add_bos: bool, special: bool):
202202
)
203203
if n_tokens < 0:
204204
raise RuntimeError(
205-
f'Failed to tokenize: text="{text}" n_tokens={n_tokens}'
205+
f'Failed to tokenize: text="{text}" n_tokens={n_tokens}',
206206
)
207207
return list(tokens[:n_tokens])
208208

0 commit comments

Comments
 (0)