typo (missing dot)
This commit is contained in:
parent
89d5d90f3b
commit
6c4a22ad1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue