Skip to content

Commit

Permalink
convert-hf : remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
sszymczy committed May 23, 2024
1 parent a3c9d52 commit d5f4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-hf-to-gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ class GPTNeoXModel(Model):

def set_vocab(self):
try:
self. _set_vocab_sentencepiece()
self._set_vocab_sentencepiece()
except FileNotFoundError:
self._set_vocab_gpt2()

Expand Down

0 comments on commit d5f4c76

Please sign in to comment.