From: Simon Willison Date: Sat, 11 Mar 2023 05:47:26 +0000 (-0800) Subject: Include Python dependencies in README (#6) X-Git-Tag: gguf-v0.4.0~1292 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5f2f970d51a04b783799bc92fd1d006408269f26;p=pkg%2Fggml%2Fsources%2Fllama.cpp Include Python dependencies in README (#6) --- diff --git a/README.md b/README.md index 1d5f6dc4..afa0e7e9 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ make ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model +# install Python dependencies +python3 -m pip install torch numpy sentencepiece + # convert the 7B model to ggml FP16 format python3 convert-pth-to-ggml.py models/7B/ 1