typo (missing dot)

This commit is contained in:
Michael Christen 2023-03-21 18:12:31 +01:00 committed by GitHub
parent 89d5d90f3b
commit 6c4a22ad1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ ls ./models
python3 -m pip install torch numpy sentencepiece 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
# quantize the model to 4-bits # quantize the model to 4-bits
python3 quantize.py 7B python3 quantize.py 7B