From 7a891944799c3d0d9a4f690f343c44b268680579 Mon Sep 17 00:00:00 2001 From: Wenhao Xie Date: Sun, 28 Dec 2025 22:13:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f768c..d43e68d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Therefore, we must first perform a more accurate shape inference, i.e., `symboli ```bash python ./tools/symbolic_shape_infer.py --input [input model path] --output [output model path] ``` - +just # Usage 1. Download the onnxruntime project from https://github.com/microsoft/onnxruntime and build it from source by executing the following commands: