Skip to content

Commit

Permalink
Add note about Python 3.11 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Mar 18, 2023
1 parent 554b541 commit 1e5a6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e5a6d0

Please sign in to comment.