]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Add note about Python 3.11 to readme
authorPavol Rusnak <redacted>
Sat, 18 Mar 2023 21:20:04 +0000 (22:20 +0100)
committerPavol Rusnak <redacted>
Sat, 18 Mar 2023 21:25:35 +0000 (22:25 +0100)
README.md

index fc8b2fda387c6a13a54a9e88cd588d397a74db2f..187f82f61962645c8c123c2074a007dccdd55525 100644 (file)
--- 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