Skip to content

Commit 363a9ec

Browse files
authored
Update benchmarking.md
1 parent 2089022 commit 363a9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/onnx-on-azure

content/learning-paths/servers-and-cloud-computing/onnx-on-azure/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This will build the benchmark tool inside ./build/Linux/Release/onnxruntime_perf
4949
Now that the benchmarking tool has been built, you can benchmark the **squeezenet-int8.onnx** model, as below:
5050

5151
```console
52-
./build/Linux/Release/onnxruntime_perf_test -e cpu -r 100 -m times -s -Z -I <path-to-squeezenet-int8.onnx>
52+
./build/Linux/Release/onnxruntime_perf_test -e cpu -r 100 -m times -s -Z -I ../squeezenet-int8.onnx
5353
```
5454
- **e cpu**: Use the CPU execution provider (not GPU or any other backend).
5555
- **r 100**: Run 100 inferences.

0 commit comments

Comments
 (0)