فهرست منبع

Include Python dependencies in README (#6)

Simon Willison 2 سال پیش
والد
کامیت
5f2f970d51
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -120,6 +120,9 @@ make
 ls ./models
 ls ./models
 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
 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
 # convert the 7B model to ggml FP16 format
 python3 convert-pth-to-ggml.py models/7B/ 1
 python3 convert-pth-to-ggml.py models/7B/ 1