Text Generation
Transformers
Safetensors
English
mistral
text-generation-inference
unsloth
trl
Eval Results
Inference Endpoints
legolasyiu commited on
Commit
0978750
·
verified ·
1 Parent(s): f0d47fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -80,9 +80,9 @@ After installing `mistral_inference`, a `mistral-demo` CLI command should be ava
80
  > [!IMPORTANT]
81
  > NOTE: Until a new release has been made, you need to install transformers from source:
82
  > ```sh
83
- > !pip install mistral_inference
84
- > !pip install mistral-demo
85
- > !pip install git+https://github.com/huggingface/transformers.git
86
  > pip install git+https://github.com/huggingface/transformers.git
87
  > ```
88
 
 
80
  > [!IMPORTANT]
81
  > NOTE: Until a new release has been made, you need to install transformers from source:
82
  > ```sh
83
+ > pip install mistral_inference
84
+ > pip install mistral-demo
85
+ >
86
  > pip install git+https://github.com/huggingface/transformers.git
87
  > ```
88