Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated README according to the new llama.cpp quantization method
  • Loading branch information
svupper authored Apr 4, 2023
1 parent 10a65e1 commit 6574401
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 6574401

Please sign in to comment.