Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torch_ort_inference/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you have created your environment, using Python, execute the following step

1. Download a inference script

`wget https://raw.githubusercontent.com/pytorch/ort/main/torch_ort_inference/tests/bert_for_sequence_classification.py`
`wget https://raw.githubusercontent.com/pytorch/ort/main/torch_ort_inference/demos/bert_for_sequence_classification.py`

2. Install extra dependencies

Expand Down