Made the file clearer for future python versions

Better future-python support instructions.
This commit is contained in:
Reelix 2023-03-15 23:36:55 +02:00 committed by GitHub
parent ae43513b39
commit 11b3dafd2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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