We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554b541 commit 1e5a6d0Copy full SHA for 1e5a6d0
README.md
@@ -153,6 +153,8 @@ python3 convert-pth-to-ggml.py models/7B/ 1
153
./main -m ./models/7B/ggml-model-q4_0.bin -n 128
154
```
155
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
+
158
When running the larger models, make sure you have enough disk space to store all the intermediate files.
159
160
### Memory/Disk Requirements
0 commit comments