Update README.md
Browse files
README.md
CHANGED
|
@@ -33,10 +33,10 @@ snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=[
|
|
| 33 |
|
| 34 |
### Chat
|
| 35 |
|
| 36 |
-
After installing `mistral_inference`, a `mistral-chat` command should be available in your
|
| 37 |
|
| 38 |
```
|
| 39 |
-
mistral-chat $HOME/mistral_models/7B-Instruct-v0.3
|
| 40 |
```
|
| 41 |
|
| 42 |
### Instruct following
|
|
|
|
| 33 |
|
| 34 |
### Chat
|
| 35 |
|
| 36 |
+
After installing `mistral_inference`, a `mistral-chat` CLI command should be available in your environment. You can chat with the model using
|
| 37 |
|
| 38 |
```
|
| 39 |
+
mistral-chat $HOME/mistral_models/7B-Instruct-v0.3 --instruct --max_tokens 256
|
| 40 |
```
|
| 41 |
|
| 42 |
### Instruct following
|