GGUF
English
Inference Endpoints
conversational
ybelkada commited on
Commit
4497b9b
1 Parent(s): 5498266

Fix command

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.gguf -p "Hello how are you?"
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