From 5f2f970d51a04b783799bc92fd1d006408269f26 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 10 Mar 2023 21:47:26 -0800 Subject: [PATCH] Include Python dependencies in README (#6) --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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