Skip to content

Commit 1e5a6d0

Browse files
committed
Add note about Python 3.11 to readme
1 parent 554b541 commit 1e5a6d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ python3 convert-pth-to-ggml.py models/7B/ 1
153153
./main -m ./models/7B/ggml-model-q4_0.bin -n 128
154154
```
155155

156+
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.
157+
156158
When running the larger models, make sure you have enough disk space to store all the intermediate files.
157159

158160
### Memory/Disk Requirements

0 commit comments

Comments
 (0)