]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Include Python dependencies in README (#6)
authorSimon Willison <redacted>
Sat, 11 Mar 2023 05:47:26 +0000 (21:47 -0800)
committerGitHub <redacted>
Sat, 11 Mar 2023 05:47:26 +0000 (07:47 +0200)
README.md

index 1d5f6dc4e265b2ce916ada0faee9b4344dcba238..afa0e7e9089b424726facfecc840d1bdd95e0750 100644 (file)
--- 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