Skip to content

Commit

Permalink
readme : Remove outdated instructions from README.md (#7914) [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Galunid authored Jun 13, 2024
1 parent f578b86 commit a55eb1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a55eb1b

Please sign in to comment.