Include Python dependencies in README (#6)

This commit is contained in:
Simon Willison 2023-03-10 21:47:26 -08:00 committed by GitHub
parent 73c6ed5e87
commit 5f2f970d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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