Skip to content

Commit

Permalink
fix doc link error (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahangXu authored Jan 9, 2023
1 parent 1148260 commit ffd51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builder/prepare_backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Users could list all the supported backends by running
nn-meter --list-backends
```

Besides of the current backends, users can implement a customized backend via nn-Meter to build latency predictors for your own devices. We allow users to install the customized backend as a builtin algorithm, so that users can easily use the backend in the same way as nn-Meter builtin backends. To use the customized backend, users can follow the [customize backend guidance](./build_customized_backend.md).
Besides of the current backends, users can implement a customized backend via nn-Meter to build latency predictors for your own devices. We allow users to install the customized backend as a builtin algorithm, so that users can easily use the backend in the same way as nn-Meter builtin backends. To use the customized backend, users can follow the [customize backend guidance](#build-customized-backend).

Next, we will introduce how to build the customized backend. The process is to setup the device and get connection to the backend.

Expand Down

0 comments on commit ffd51e3

Please sign in to comment.