diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-11 00:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 00:55:22 +0200 |
commit | 920a7fe2d94cc7e4fed0e88db830b674c91865c5 (patch) | |
tree | 3afe8cb59b79ec9491cdc62a7569af76d4b7bd3e | |
parent | 3a57ee59de53c2a9d2c3a2c643b609ce07a58a16 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ The main goal is to run the model using 4-bit quantization on a MacBook. This was hacked in an evening - I have no idea if it works correctly. So far, I've tested just the 7B model. -Here is a "typical" run: +Here is a typical run: ```java make -j && ./main -m ../LLaMA-4bit/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -t 8 -n 512 |