Przeglądaj źródła

Removing extra blank lines that were breaking Lint. (#8067)

Clint Herron 1 rok temu
rodzic
commit
b5a5f34efa
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      convert-hf-to-gguf.py

+ 0 - 2
convert-hf-to-gguf.py

@@ -973,8 +973,6 @@ class XverseModel(Model):
         if max_vocab_index >= vocab_size:
             raise ValueError("Vocabulary size exceeds expected maximum size.")
 
-
-
         reverse_vocab: dict[int, str] = {id_: encoded_tok for encoded_tok, id_ in tokenizer.vocab.items()}
         added_vocab = tokenizer.get_added_vocab()