Add note about Python 3.11 to readme

This commit is contained in:
Pavol Rusnak 2023-03-18 22:20:04 +01:00
parent 5d83a294d1
commit 8cb60021fa
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -153,6 +153,8 @@ python3 convert-pth-to-ggml.py models/7B/ 1
./main -m ./models/7B/ggml-model-q4_0.bin -n 128 ./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. When running the larger models, make sure you have enough disk space to store all the intermediate files.
### Memory/Disk Requirements ### Memory/Disk Requirements