diff options
author | Ebey Abraham <ebey97@gmail.com> | 2024-02-07 21:11:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 22:11:30 +0100 |
commit | 8c933b70c21e05b685d476d0a1f36b34cbda7365 (patch) | |
tree | 865dfbcbaf403aabd1e97364917ddc7fc88170c7 | |
parent | b906596bb775b17656c2e51d5ab1b347faab6860 (diff) |
fix typo in readme (#5399)
Co-authored-by: Ebey Abraham <ebeyabraham@microsoft.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |