Fix installation instructions for BART ONNX example (#14885)

This commit is contained in:
lewtun
2021-12-23 10:05:32 +01:00
committed by GitHub
parent 207594be81
commit 355dc0ce67

View File

@@ -29,7 +29,7 @@ To make sure you can successfully run the latest versions of the example scripts
```bash ```bash
git clone https://github.com/huggingface/transformers git clone https://github.com/huggingface/transformers
cd transformers cd transformers
pip install . pip install '.[onnxruntime]'
``` ```
Then cd in this example folder and run Then cd in this example folder and run
```bash ```bash