patrickvonplaten commited on
Commit
16a3e67
1 Parent(s): 9a93e90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 CLI. You can chat with the model using
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