Skip to content

Commit a55eb1b

Browse files
authored
readme : Remove outdated instructions from README.md (#7914) [no ci]
1 parent f578b86 commit a55eb1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,6 @@ python3 -m pip install -r requirements.txt
622622
# convert the model to ggml FP16 format
623623
python3 convert-hf-to-gguf.py models/mymodel/
624624

625-
# [Optional] for models using BPE tokenizers
626-
python convert-hf-to-gguf.py models/mymodel/ --vocab-type bpe
627-
628625
# quantize the model to 4-bits (using Q4_K_M method)
629626
./llama-quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M
630627

0 commit comments

Comments
 (0)