Skip to content

Commit 0f9125c

Browse files
ggerganovhodlen
authored andcommitted
py : fix whitespace
1 parent 8cf7372 commit 0f9125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ def extract_vocabulary_from_model(self, vocab: Vocab) -> Tuple[list, list, list]
11001100
scores.append(score)
11011101
toktypes.append(toktype)
11021102

1103-
assert(len(tokens) == vocab.vocab_size)
1103+
assert len(tokens) == vocab.vocab_size
11041104

11051105
return tokens, scores, toktypes
11061106

0 commit comments

Comments
 (0)