Skip to content

Commit 5c70e0a

Browse files
authored
Merge pull request #22 from monkeyking/patch-2
Fix readme: X2bolt and benchmark navigating links
2 parents 6af0b64 + 6124546 commit 5c70e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Bolt is a light-weight library for deep learning. Bolt, as a universal deploymen
1010

1111
Generally, there are two steps to get started with bolt. It's quiet easy for users to quickly running bolt.
1212

13-
1. Conversion: use **[X2bolt](../model_tools/tools/X2bolt/X2bolt.cpp)** to convert your model from caffe,onnx,tflite or tensorflow to .bolt;
13+
1. Conversion: use **[X2bolt](model_tools/tools/X2bolt/X2bolt.cpp)** to convert your model from caffe,onnx,tflite or tensorflow to .bolt;
1414

15-
2. Inference: run **[benchmark](../inference/examples/benchmark/benchmark.cpp)** with .bolt and data to get the inference result.
15+
2. Inference: run **[benchmark](inference/examples/benchmark/benchmark.cpp)** with .bolt and data to get the inference result.
1616

1717
For more details about the usage of [**X2bolt**](model_tools/tools/X2bolt/X2bolt.cpp) and [**benchmark**](inference/examples/benchmark/benchmark.cpp) tools, see [docs/USER_HANDBOOK.md](docs/USER_HANDBOOK.md).
1818

0 commit comments

Comments
 (0)