Skip to content

Commit

Permalink
Correct transformers install commands (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin authored May 30, 2023
1 parent 9856ebf commit 9aae522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deepsparse/transformers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ compatible with our [hardware requirements](https://docs.neuralmagic.com/deepspa

### Installation

```pip install deepsparse```
```pip install deepsparse[transformers]```

### Model Format
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.
Expand Down Expand Up @@ -88,7 +88,7 @@ The DeepSparse Server requirements can be installed by specifying the `server` e
DeepSparse.

```bash
pip install deepsparse[server]
pip install deepsparse[server,transformers]
```

## Deployment Use Cases
Expand Down

0 comments on commit 9aae522

Please sign in to comment.