From: Pavol Rusnak Date: Sat, 18 Mar 2023 21:20:04 +0000 (+0100) Subject: Add note about Python 3.11 to readme X-Git-Tag: gguf-v0.4.0~1217 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1e5a6d088d0f3a967c6e86298a756daec9e8df12;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add note about Python 3.11 to readme --- diff --git a/README.md b/README.md index fc8b2fda..187f82f6 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,8 @@ python3 convert-pth-to-ggml.py models/7B/ 1 ./main -m ./models/7B/ggml-model-q4_0.bin -n 128 ``` +Currently, it's best to use Python 3.9 or Python 3.10, as `sentencepiece` has not yet published a wheel for Python 3.11. + When running the larger models, make sure you have enough disk space to store all the intermediate files. ### Memory/Disk Requirements