1
0
Georgi Gerganov 2 жил өмнө
parent
commit
0f83e727af
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      convert.py

+ 1 - 1
convert.py

@@ -1100,7 +1100,7 @@ class OutputFile:
             scores.append(score)
             toktypes.append(toktype)
 
-        assert(len(tokens) == vocab.vocab_size)
+        assert len(tokens) == vocab.vocab_size
 
         return tokens, scores, toktypes