This commit is contained in:
Jiahang Xu 2023-01-09 15:35:18 +08:00 коммит произвёл GitHub
Родитель 1148260265
Коммит ffd51e32c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.