mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 13:58:46 +01:00
Add note about Python 3.11 to readme
This commit is contained in:
parent
554b541521
commit
1e5a6d088d
@ -153,6 +153,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user