You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/deepsparse/transformers/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ compatible with our [hardware requirements](https://docs.neuralmagic.com/deepspa
24
24
25
25
### Installation
26
26
27
-
```pip install deepsparse```
27
+
```pip install deepsparse[transformers]```
28
28
29
29
### Model Format
30
30
By default, to deploy the transformer using DeepSparse Engine it is required to supply the model in the ONNX format along with the HuggingFace supporting files.
@@ -88,7 +88,7 @@ The DeepSparse Server requirements can be installed by specifying the `server` e
0 commit comments