From 11b3dafd2cc27533c53430140ed2a3f5b6387a86 Mon Sep 17 00:00:00 2001 From: Reelix Date: Wed, 15 Mar 2023 23:36:55 +0200 Subject: [PATCH] Made the file clearer for future python versions Better future-python support instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c394bf794..99dfbf3be 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ python3 -m pip install torch numpy sentencepiece # torch: pip3 install torch -f https://download.pytorch.org/whl/torch_stable.html # sentencepiece # 1.) https://github.com/google/sentencepiece/actions - Select the lastest passing build and download the artifact file (At the bottom) -# 2.) Copy \wheelhouse\sentencepiece-{Latest}-cp310-cp310-{YourOS_Architecture}.whl to your local folder +# 2.) Copy \wheelhouse\sentencepiece-{Latest}-cp{PythonVersion}-cp{PythonVersion}-{YourOS_Architecture}.whl to your local folder # 3.) pip3 install .\sentencepiece-from-above.whl # convert the 7B model to ggml FP16 format