8000 fix typo in readme (#5399) · mglambda/llama.cpp@8c933b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c933b7

Browse files
fix typo in readme (ggml-org#5399)
Co-authored-by: Ebey Abraham <ebeyabraham@microsoft.com>
1 parent b906596 commit 8c933b7

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)
0