From b577e34c1d7420fe97dad9df873db99b330ee672 Mon Sep 17 00:00:00 2001 From: John Albietz Date: Sun, 12 Mar 2023 09:00:34 -0400 Subject: [PATCH] Add osx-specific python install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c80d8a33..5d26ee3f2 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,11 @@ make ls ./models 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model +# install Python (osx) +brew install pyenv +pyenv install 3.10.10 +pyenv local 3.10.10 + # install Python dependencies # preferred versions: python 3.10 (not 3.11), torch 1.13.1+ python3 -m pip install torch numpy sentencepiece