echarlaix HF staff commited on
Commit
45271c6
1 Parent(s): c4a47a4

update model card

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -27,7 +27,9 @@ tags:
27
 
28
  ## How to Get Started With the Model
29
 
30
- This requires to install Optimum by doing `pip install optimum[neural-compressor]`
 
 
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