From 0f233365d54f3b215b96ada8f170b767cb5fc43c Mon Sep 17 00:00:00 2001 From: Konstantin Gulin <66528950+KSGulin@users.noreply.github.com> Date: Tue, 30 May 2023 15:52:39 +0100 Subject: [PATCH] Correct transformers install commands (#1048) --- src/deepsparse/transformers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deepsparse/transformers/README.md b/src/deepsparse/transformers/README.md index 7cc0439dcc..b1cfbcb942 100644 --- a/src/deepsparse/transformers/README.md +++ b/src/deepsparse/transformers/README.md @@ -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. @@ -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