From 71ecb6366de1a4275682f3b20062e0261f31a8de Mon Sep 17 00:00:00 2001 From: Iliya Slavutin Date: Tue, 14 Dec 2021 17:19:55 +0300 Subject: [PATCH] Update STVM_EP.md --- docs/STVM_EP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/STVM_EP.md b/docs/STVM_EP.md index 922f991deae5d..6edca04aeae7f 100644 --- a/docs/STVM_EP.md +++ b/docs/STVM_EP.md @@ -14,8 +14,8 @@ Some description ## Build -There are two steps to build ONNX runtime with STVM EP. Initially TVM should be build, after that ONNX runtime should. -Important note is that both TVM and ORT with STVM use python API, therefore the python packages shoud be reinstall or PYTHONPATH should be changed accordingly for corкect work. +There are two steps to build ONNX runtime with STVM EP. Initially, Apache TVM should be built, and then ONNX runtime . +Important note is that both TVM and ORT with STVM use Python API, therefore the python packages shoud be reinstall or PYTHONPATH should be updated accordingly for correct work. ### Prerequisites Initially TVM and it's dependencies should be installed: