Skip to content

ORT 1.14.0 #14

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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 src/onnxruntime_benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The tool was tested on Ubuntu 20.04 (64-bit) with default GCC* 9.4.0
```
git clone https://github.com/microsoft/onnxruntime.git
cd onnxruntime
git checkout v1.13.1
git checkout v1.14.0
git submodule update --init --recursive
```
2. Create `build` directory:
Expand Down