Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
355dc0ce
Unverified
Commit
355dc0ce
authored
Dec 23, 2021
by
lewtun
Committed by
GitHub
Dec 23, 2021
Browse files
Fix installation instructions for BART ONNX example (#14885)
parent
207594be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/onnx/pytorch/summarization/README.md
examples/onnx/pytorch/summarization/README.md
+1
-1
No files found.
examples/onnx/pytorch/summarization/README.md
View file @
355dc0ce
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment