diff options
author | CRD716 <crd716@gmail.com> | 2023-04-13 08:59:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 16:59:53 +0300 |
commit | ec29272175d7a79681d9919f3e755b1bcefa0478 (patch) | |
tree | 4daa4137c4d17553d4179fae7f544f74f95f4356 | |
parent | 7e941b95eba067cb5b92785e642fd803657376ee (diff) |
readme : remove python 3.10 warning (#929)
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |