Fix script name

This commit is contained in:
Georgi Gerganov 2023-03-13 18:09:18 +02:00 committed by GitHub
parent 5f5332b4ef
commit 23d334b660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ python3 -m pip install torch numpy sentencepiece
python3 convert-pth-to-ggml.py models/7B/ 1
# quantize the model to 4-bits
./quantize 7B
./quantize.sh 7B
# run the inference
./main -m ./models/7B/ggml-model-q4_0.bin -t 8 -n 128