Update README.md
Browse files
README.md
CHANGED
|
@@ -145,7 +145,8 @@ For more details about this model please refer to our release [blog post](https:
|
|
| 145 |
- **Vision:** A 1B parameter Vision Encoder achieving SOTA vision capabilities.
|
| 146 |
-->
|
| 147 |
|
| 148 |
-
### System Prompt
|
|
|
|
| 149 |
We appreciate the feedback received from our community regarding our system prompt handling.
|
| 150 |
In response, we have implemented stronger support for system prompts.
|
| 151 |
To achieve optimal results, we recommend always including a system prompt that clearly outlines the bot's purpose, even if it is minimal.
|
|
@@ -294,7 +295,7 @@ You can also use Pixtral-Large-Instruct-2411 in a server/client setting.
|
|
| 294 |
1. Spin up a server:
|
| 295 |
|
| 296 |
```
|
| 297 |
-
vllm serve mistralai/Pixtral-Large-Instruct-2411 --tokenizer_mode mistral --limit_mm_per_prompt 'image=
|
| 298 |
```
|
| 299 |
|
| 300 |
2. And ping the client:
|
|
|
|
| 145 |
- **Vision:** A 1B parameter Vision Encoder achieving SOTA vision capabilities.
|
| 146 |
-->
|
| 147 |
|
| 148 |
+
### System Prompt Handling
|
| 149 |
+
|
| 150 |
We appreciate the feedback received from our community regarding our system prompt handling.
|
| 151 |
In response, we have implemented stronger support for system prompts.
|
| 152 |
To achieve optimal results, we recommend always including a system prompt that clearly outlines the bot's purpose, even if it is minimal.
|
|
|
|
| 295 |
1. Spin up a server:
|
| 296 |
|
| 297 |
```
|
| 298 |
+
vllm serve mistralai/Pixtral-Large-Instruct-2411 --tokenizer_mode mistral --limit_mm_per_prompt 'image=10' --tensor-parallel-size 8 --tool-call-parser mistral --enable-auto-tool-choice
|
| 299 |
```
|
| 300 |
|
| 301 |
2. And ping the client:
|