From 5858d410fd584c8b7e927671baacb056d7ff8c38 Mon Sep 17 00:00:00 2001 From: CRD716 Date: Wed, 12 Apr 2023 20:30:25 -0500 Subject: [PATCH] Remove python 3.10 warning --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dbc088532..a462a2281 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,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