From 355dc0ce670e930016d7ab04dd546616eb455d54 Mon Sep 17 00:00:00 2001 From: lewtun Date: Thu, 23 Dec 2021 10:05:32 +0100 Subject: [PATCH] Fix installation instructions for BART ONNX example (#14885) --- examples/onnx/pytorch/summarization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/onnx/pytorch/summarization/README.md b/examples/onnx/pytorch/summarization/README.md index 6fd1ffe70a..09f7b10ec6 100644 --- a/examples/onnx/pytorch/summarization/README.md +++ b/examples/onnx/pytorch/summarization/README.md @@ -29,7 +29,7 @@ To make sure you can successfully run the latest versions of the example scripts ```bash git clone https://github.com/huggingface/transformers cd transformers -pip install . +pip install '.[onnxruntime]' ``` Then cd in this example folder and run ```bash