danielhanchen commited on
Commit
1adfe3d
·
verified ·
1 Parent(s): c19867e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -529,7 +529,12 @@ else:
529
 
530
  ### Transformers
531
 
532
- You can also use Ministral 3 14B Reasoning 2512 with `Transformers` !
 
 
 
 
 
533
 
534
  To make the best use of our model with `Transformers` make sure to have [installed](https://github.com/mistralai/mistral-common) `mistral-common >= 1.8.6` to use our tokenizer.
535
 
 
529
 
530
  ### Transformers
531
 
532
+ You can also use Ministral 3 3B Reasoning 2512 with `Transformers` !
533
+ Make sure to install `Transformers` from its first v5 release candidate or from "main":
534
+
535
+ ```
536
+ pip install transformers==5.0.0rc0
537
+ ```
538
 
539
  To make the best use of our model with `Transformers` make sure to have [installed](https://github.com/mistralai/mistral-common) `mistral-common >= 1.8.6` to use our tokenizer.
540