]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : remove python 3.10 warning (#929)
authorCRD716 <redacted>
Thu, 13 Apr 2023 13:59:53 +0000 (08:59 -0500)
committerGitHub <redacted>
Thu, 13 Apr 2023 13:59:53 +0000 (16:59 +0300)
README.md

index a7f220eb2a71ef02eb705beaf628eadfb7ed13df..c88e0de28747222099762e197357db2efc625e65 100644 (file)
--- a/README.md
+++ b/README.md
@@ -204,8 +204,6 @@ 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