Fix command
Browse files
README.md
CHANGED
@@ -43,11 +43,11 @@ 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-instruct-F16-GGUF --include falcon-mamba-instruct-F16.gguf --local-dir ./
|
47 |
```
|
48 |
Then you can run it with:
|
49 |
```bash
|
50 |
-
./llama-cli -m falcon-mamba-instruct-F16
|
51 |
```
|
52 |
|
53 |
# Training Details
|
|
|
43 |
Download the GGUF weights with the command below:
|
44 |
|
45 |
```bash
|
46 |
+
huggingface-cli download tiiuae/falcon-mamba-7b-instruct-F16-GGUF --include falcon-mamba-7B-instruct-F16.gguf --local-dir ./
|
47 |
```
|
48 |
Then you can run it with:
|
49 |
```bash
|
50 |
+
./llama-cli -m falcon-mamba-7b-instruct-F16-GGUF -p "Hello how are you?"
|
51 |
```
|
52 |
|
53 |
# Training Details
|