Skip to content

Commit

Permalink
convert : fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Apr 24, 2024
1 parent a43eb82 commit 8aa536a
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 @@ -1790,7 +1790,7 @@ def write_tensors(self):
@Model.register("Qwen2ForCausalLM")
class Qwen2Model(Model):
model_arch = gguf.MODEL_ARCH.QWEN2

def set_vocab(self):
try:
self._set_vocab_sentencepiece()
Expand Down

0 comments on commit 8aa536a

Please sign in to comment.