Skip to content

Commit 10e61b9

Browse files
ebeyabrahameabraham-1
authored andcommitted
fix typo in readme (ggml-org#5399)
Co-authored-by: Ebey Abraham <[email protected]>
1 parent 19ef50a commit 10e61b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ python3 -m pip install -r requirements.txt
680680
python3 convert.py models/mymodel/
681681
682682
# [Optional] for models using BPE tokenizers
683-
python convert.py models/mymodel/ --vocabtype bpe
683+
python convert.py models/mymodel/ --vocab-type bpe
684684
685685
# quantize the model to 4-bits (using Q4_K_M method)
686686
./quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M

0 commit comments

Comments
 (0)