Skip to content

Commit 643b610

Browse files
authored
Correct transformers install commands (#1048) (#1050)
1 parent 0181a73 commit 643b610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deepsparse/transformers/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ compatible with our [hardware requirements](https://docs.neuralmagic.com/deepspa
2424

2525
### Installation
2626

27-
```pip install deepsparse```
27+
```pip install deepsparse[transformers]```
2828

2929
### Model Format
3030
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
8888
DeepSparse.
8989

9090
```bash
91-
pip install deepsparse[server]
91+
pip install deepsparse[server,transformers]
9292
```
9393

9494
## Deployment Use Cases

0 commit comments

Comments
 (0)