diff options
author | Galunid <karolek1231456@gmail.com> | 2024-06-13 09:42:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 09:42:41 +0200 |
commit | a55eb1bf0fa2fd84147bdfd384391e029d988253 (patch) | |
tree | c3027b1edd5a547b84811291a94dfd3c9db3d8da | |
parent | f578b86b2123d0f92afbaa98a031df4d4464e582 (diff) |
readme : Remove outdated instructions from README.md (#7914) [no ci]
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -622,9 +622,6 @@ python3 -m pip install -r requirements.txt # convert the model to ggml FP16 format python3 convert-hf-to-gguf.py models/mymodel/ -# [Optional] for models using BPE tokenizers -python convert-hf-to-gguf.py models/mymodel/ --vocab-type bpe - # quantize the model to 4-bits (using Q4_K_M method) ./llama-quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M |