Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,7 @@ This is GGUF model of [saucam/aqua-qwen-0.1-110B](https://huggingface.co/saucam/
|
|
11 |
Download the 2 files and requantize using [llama.cpp](https://github.com/ggerganov/llama.cpp). Then use the single generated file like below:
|
12 |
|
13 |
```
|
14 |
-
$ ./main -m
|
15 |
-
uf -p "<|im_start|>user\nHow are you?<|im_end|>\n<|im_start|>assistant" -n 400 -e
|
16 |
Log start
|
17 |
main: build = 2874 (e0f55618)
|
18 |
main: built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
|
|
|
11 |
Download the 2 files and requantize using [llama.cpp](https://github.com/ggerganov/llama.cpp). Then use the single generated file like below:
|
12 |
|
13 |
```
|
14 |
+
$ ./main -m aqua-qwen-0.1-110B-Q4_K_M.gguf -p "<|im_start|>user\nHow are you?<|im_end|>\n<|im_start|>assistant" -n 400 -e
|
|
|
15 |
Log start
|
16 |
main: build = 2874 (e0f55618)
|
17 |
main: built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
|