Skip to content

Commit

Permalink
Include Python dependencies in README (ggerganov#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Mar 11, 2023
1 parent 73c6ed5 commit 5f2f970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ make
ls ./models
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model

# install Python dependencies
python3 -m pip install torch numpy sentencepiece

# convert the 7B model to ggml FP16 format
python3 convert-pth-to-ggml.py models/7B/ 1

Expand Down

0 comments on commit 5f2f970

Please sign in to comment.