mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
Update README.md
This commit is contained in:
parent
3a57ee59de
commit
920a7fe2d9
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue