Update README.md

This commit is contained in:
Patrick von Platen 2024-05-22 10:33:22 +00:00 committed by system
parent 9a93e9095b
commit 16a3e67b4d
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -33,10 +33,10 @@ snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.3", allow_patterns=[
### Chat
After installing `mistral_inference`, a `mistral-chat` command should be available in your CLI. You can chat with the model using
After installing `mistral_inference`, a `mistral-chat` CLI command should be available in your environment. You can chat with the model using
```
mistral-chat $HOME/mistral_models/7B-Instruct-v0.3
mistral-chat $HOME/mistral_models/7B-Instruct-v0.3 --instruct --max_tokens 256
```
### Instruct following