diff options
author | Pavol Rusnak <pavol@rusnak.io> | 2023-03-18 22:20:04 +0100 |
---|---|---|
committer | Pavol Rusnak <pavol@rusnak.io> | 2023-03-18 22:25:35 +0100 |
commit | 1e5a6d088d0f3a967c6e86298a756daec9e8df12 (patch) | |
tree | 23f17c7b9521544062501aef4a546e5ba40bbc8d | |
parent | 554b54152145c30618bac171efb712cf4a7d1e96 (diff) |
Add note about Python 3.11 to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |