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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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