legolasyiu
commited on
Update README.md
Browse files
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 |
-
>
|
84 |
-
>
|
85 |
-
>
|
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 |
|