Update README.md
Browse files
README.md
CHANGED
@@ -75,15 +75,14 @@ Mistral Nemo is a transformer model, with the following architecture choices:
|
|
75 |
|
76 |
After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
|
77 |
|
78 |
-
```
|
79 |
-
mistral-demo $HOME/mistral_models/Nemo-v0.1
|
80 |
-
```
|
81 |
-
|
82 |
### Transformers
|
83 |
|
84 |
> [!IMPORTANT]
|
85 |
> NOTE: Until a new release has been made, you need to install transformers from source:
|
86 |
> ```sh
|
|
|
|
|
|
|
87 |
> pip install git+https://github.com/huggingface/transformers.git
|
88 |
> ```
|
89 |
|
|
|
75 |
|
76 |
After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
|
77 |
|
|
|
|
|
|
|
|
|
78 |
### Transformers
|
79 |
|
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 |
|