Fix command
Browse files
README.md
CHANGED
@@ -43,13 +43,13 @@ Refer to the documentation of [`llama.cpp`](https://github.com/ggerganov/llama.c
|
|
43 |
Download the GGUF weights with the command below:
|
44 |
|
45 |
```bash
|
46 |
-
huggingface-cli download tiiuae/falcon-mamba-7b-Q8_0-GGUF --include falcon-mamba-Q8_0.gguf --local-dir ./
|
47 |
```
|
48 |
|
49 |
Once downloaded, you can quickly chat with it:
|
50 |
|
51 |
```bash
|
52 |
-
./llama-cli -m falcon-mamba-Q8_0
|
53 |
```
|
54 |
|
55 |
# Training Details
|
|
|
43 |
Download the GGUF weights with the command below:
|
44 |
|
45 |
```bash
|
46 |
+
huggingface-cli download tiiuae/falcon-mamba-7b-Q8_0-GGUF --include falcon-mamba-7B-Q8_0.gguf --local-dir ./
|
47 |
```
|
48 |
|
49 |
Once downloaded, you can quickly chat with it:
|
50 |
|
51 |
```bash
|
52 |
+
./llama-cli -m falcon-mamba-7b-Q8_0-GGUF -p "Hello how are you?"
|
53 |
```
|
54 |
|
55 |
# Training Details
|