mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
Include Python dependencies in README (#6)
This commit is contained in:
parent
73c6ed5e87
commit
5f2f970d51
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue