]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
fix typo in readme (#5399)
authorEbey Abraham <redacted>
Wed, 7 Feb 2024 21:11:30 +0000 (21:11 +0000)
committerGitHub <redacted>
Wed, 7 Feb 2024 21:11:30 +0000 (22:11 +0100)
Co-authored-by: Ebey Abraham <redacted>
README.md

index 7e1187349f0f18a5b71304c752f08486b7e881ee..66166c01b8ee100183e1890e0a535a7e3d565112 100644 (file)
--- a/README.md
+++ b/README.md
@@ -680,7 +680,7 @@ python3 -m pip install -r requirements.txt
 python3 convert.py models/mymodel/
 
 # [Optional] for models using BPE tokenizers
-python convert.py models/mymodel/ --vocabtype bpe
+python convert.py models/mymodel/ --vocab-type bpe
 
 # quantize the model to 4-bits (using Q4_K_M method)
 ./quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M