Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ llm_chain.run(question)
|
|
52 |
|
53 |
```bash
|
54 |
git clone https://github.com/ggerganov/llama.cpp.git
|
55 |
-
cd llama.cpp/
|
56 |
./main -m /path/to/model/gguf-model-q4_0.bin --temp 0.1 -t 8 -n 1024 --color -p "VNG Corporation là công ty công nghệ hàng đầu "
|
57 |
./main -m /path/to/model/gguf-model-q4_0.bin --temp 0.1 -t 8 -n 1024 --color -r "User:" -f /path/to/chat/prompt/chat.txt
|
58 |
```
|
|
|
52 |
|
53 |
```bash
|
54 |
git clone https://github.com/ggerganov/llama.cpp.git
|
55 |
+
cd llama.cpp/ && make -j
|
56 |
./main -m /path/to/model/gguf-model-q4_0.bin --temp 0.1 -t 8 -n 1024 --color -p "VNG Corporation là công ty công nghệ hàng đầu "
|
57 |
./main -m /path/to/model/gguf-model-q4_0.bin --temp 0.1 -t 8 -n 1024 --color -r "User:" -f /path/to/chat/prompt/chat.txt
|
58 |
```
|