jasonm23 commited on
Commit
b8f5fdf
·
verified ·
1 Parent(s): 21a2f0a

Update README.md

Browse files

Noticed that the README says a `mistral-demo` CLI command should be available, and then goes on to use `mistral-chat` in the example.

I found that `mistral-chat ` and `mistral-demo` are both available, so made the amendment to this line, however I have no idea how to use `mistral-demo`, so no example was added for that.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ snapshot_download(repo_id="mistralai/mamba-codestral-7B-v0.1", allow_patterns=["
37
 
38
  ### Chat
39
 
40
- After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
41
 
42
  ```
43
  mistral-chat $HOME/mistral_models/mamba-codestral-7B-v0.1 --instruct --max_tokens 256
 
37
 
38
  ### Chat
39
 
40
+ After installing `mistral_inference`, `mistral-demo` and `mistral-chat` CLI commands should be available in your environment.
41
 
42
  ```
43
  mistral-chat $HOME/mistral_models/mamba-codestral-7B-v0.1 --instruct --max_tokens 256