Skip to content

Commit 5f2f970

Browse files
authored
Include Python dependencies in README (#6)
1 parent 73c6ed5 commit 5f2f970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ make
120120
ls ./models
121121
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
122122

123+
# install Python dependencies
124+
python3 -m pip install torch numpy sentencepiece
125+
123126
# convert the 7B model to ggml FP16 format
124127
python3 convert-pth-to-ggml.py models/7B/ 1
125128

0 commit comments

Comments
 (0)