mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
py : fix whitespace
This commit is contained in:
parent
4f4bf35f46
commit
0f83e727af
@ -1100,7 +1100,7 @@ class OutputFile:
|
|||||||
scores.append(score)
|
scores.append(score)
|
||||||
toktypes.append(toktype)
|
toktypes.append(toktype)
|
||||||
|
|
||||||
assert(len(tokens) == vocab.vocab_size)
|
assert len(tokens) == vocab.vocab_size
|
||||||
|
|
||||||
return tokens, scores, toktypes
|
return tokens, scores, toktypes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user