Update README.md
#3
by
jasonm23
- opened
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`,
|
| 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
|