update model card
Browse files
README.md
CHANGED
@@ -27,7 +27,9 @@ tags:
|
|
27 |
|
28 |
## How to Get Started With the Model
|
29 |
|
30 |
-
This requires to install Optimum
|
|
|
|
|
31 |
|
32 |
To load the quantized model and run inference using the Transformers [pipelines](https://huggingface.co/docs/transformers/main/en/main_classes/pipelines), you can do as follows:
|
33 |
|
|
|
27 |
|
28 |
## How to Get Started With the Model
|
29 |
|
30 |
+
This requires to install Optimum :
|
31 |
+
|
32 |
+
`pip install optimum[neural-compressor]`
|
33 |
|
34 |
To load the quantized model and run inference using the Transformers [pipelines](https://huggingface.co/docs/transformers/main/en/main_classes/pipelines), you can do as follows:
|
35 |
|