timlacroix commited on
Commit
b32ab55
·
verified ·
1 Parent(s): d5460f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,8 +18,8 @@ Mistral-Small-Instruct-2409 is an instruct fine-tuned version with the following
18
 
19
  ### vLLM (recommended)
20
 
21
- We recommend using Pixtral with the [vLLM library](https://github.com/vllm-project/vllm)
22
- to implement production-ready inference pipelines with Pixtral.
23
 
24
  **_Installation_**
25
 
@@ -81,7 +81,7 @@ curl --location 'http://<your-node-url>:8000/v1/chat/completions' \
81
  --header 'Content-Type: application/json' \
82
  --header 'Authorization: Bearer token' \
83
  --data '{
84
- "model": "mistralai/Pixtral-12B-2409",
85
  "messages": [
86
  {
87
  "role": "user",
 
18
 
19
  ### vLLM (recommended)
20
 
21
+ We recommend using this model with the [vLLM library](https://github.com/vllm-project/vllm)
22
+ to implement production-ready inference pipelines.
23
 
24
  **_Installation_**
25
 
 
81
  --header 'Content-Type: application/json' \
82
  --header 'Authorization: Bearer token' \
83
  --data '{
84
+ "model": "mistralai/Mistral-Small-Instruct-2409",
85
  "messages": [
86
  {
87
  "role": "user",