aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOleksandr Nikitin <oleksandr@tvori.info>2023-03-12 14:16:33 +0200
committerGitHub <noreply@github.com>2023-03-12 14:16:33 +0200
commitb9bd1d014113b7498f04ad4d28e6021d5f4cddad (patch)
treed9da0d2d216cbd20622ecee281c646eb4694cb1d /README.md
parent129c7d1ea886e52ac1b87ff6184310bab3158806 (diff)
python/pytorch compat notes (#44)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3437862..1c80d8a 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,7 @@ ls ./models
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
# install Python dependencies
+# preferred versions: python 3.10 (not 3.11), torch 1.13.1+
python3 -m pip install torch numpy sentencepiece
# convert the 7B model to ggml FP16 format