Skip to content

Commit

Permalink
Merge pull request #5 from svupper/main
Browse files Browse the repository at this point in the history
Update to new llama.cpp quantize cmd
  • Loading branch information
bofenghuang authored Apr 4, 2023
2 parents 10a65e1 + 6574401 commit a7836ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ tree models
python convert-pth-to-ggml.py ./models/7B/ 1

# further quantize the model to 4-bit
python quantize.py 7B
./quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q4_0.bin 2
```

### 5. Run the inference
Expand Down

0 comments on commit a7836ca

Please sign in to comment.