aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCRD716 <crd716@gmail.com>2023-04-13 08:59:53 -0500
committerGitHub <noreply@github.com>2023-04-13 16:59:53 +0300
commitec29272175d7a79681d9919f3e755b1bcefa0478 (patch)
tree4daa4137c4d17553d4179fae7f544f74f95f4356
parent7e941b95eba067cb5b92785e642fd803657376ee (diff)
readme : remove python 3.10 warning (#929)
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7f220e..c88e0de 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