aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Willison <swillison@gmail.com>2023-03-10 21:47:26 -0800
committerGitHub <noreply@github.com>2023-03-11 07:47:26 +0200
commit5f2f970d51a04b783799bc92fd1d006408269f26 (patch)
treeaa98c8b97b3e18de6223f5877f2d79a37883e682 /README.md
parent73c6ed5e8784a20f89d51b1703a09bc690c68227 (diff)
Include Python dependencies in README (#6)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d5f6dc..afa0e7e 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