"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "efeab6a3f1eeaffc2cec350ffce797f209ba38f8"
Unverified Commit 355dc0ce authored by lewtun's avatar lewtun Committed by GitHub
Browse files

Fix installation instructions for BART ONNX example (#14885)

parent 207594be
...@@ -29,7 +29,7 @@ To make sure you can successfully run the latest versions of the example scripts ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment