From: CRD716 Date: Thu, 13 Apr 2023 13:59:53 +0000 (-0500) Subject: readme : remove python 3.10 warning (#929) X-Git-Tag: gguf-v0.4.0~975 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ec29272175d7a79681d9919f3e755b1bcefa0478;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : remove python 3.10 warning (#929) --- diff --git a/README.md b/README.md index a7f220eb..c88e0de2 100644 --- 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