Skip to content

Commit

Permalink
py : fix extra space in convert_hf_to_gguf.py (ggerganov#8407)
Browse files Browse the repository at this point in the history
  • Loading branch information
laik authored and Neo Zhang committed Jul 13, 2024
1 parent 1a5d611 commit 290813a
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 @@ -1355,7 +1355,7 @@ class LlamaModel(Model):

def set_vocab(self):
try:
self. _set_vocab_sentencepiece()
self._set_vocab_sentencepiece()
except FileNotFoundError:
try:
self._set_vocab_llama_hf()
Expand Down

0 comments on commit 290813a

Please sign in to comment.