Skip to content

Commit b95478f

Browse files
committed
update README
1 parent 80ae52a commit b95478f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ ls ./models
150150
65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
151151

152152
# install Python dependencies
153-
python3 -m pip install torch numpy sentencepiece
153+
python3 -m pip install -r requirements.txt
154154

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

158158
# quantize the model to 4-bits (using method 2 = q4_0)
159159
./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q4_0.bin 2

0 commit comments

Comments
 (0)